![]() | |
#11
| |||
| |||
|
|
In article <hcr3ti$svn$1 (AT) news (DOT) eternal-september.org>, "Nik Coughlin" <nrkn.com (AT) gmail (DOT) com> wrote: "Neredbojias" <neredbojias (AT) gmail (DOT) com> wrote in message news:Xns9CB8E4708E26Eneredbojiasnano (AT) news (DOT) albasani.net... On 03 Nov 2009, Pedro Sousa <pedro.sousa (AT) fcsh (DOT) unl.pt> wrote: IE8 totally screws CSS. unbelievable No it doesn't. Yes, there are some mistakes, but all browsers have some mistakes; I can show you mistakes in Opera which is touted as the finest css-renderer out there. Ah yes, Opera. position: absolute in a parent container that is also absolutely positioned fails! On my Opera 10 for Mac, for example, #absolute { position: absolute; top: 50px; left: 50px; } #absolutelyAbsolute { position: absolute; top: 0; left: 0; } div id="absolute">... p id="absolutelyAbsolute"><img src="pics/crimson.png"></p /div does not fail? |
#12
| |||
| |||
|
|
"dorayme" "Nik Coughlin" Ah yes, Opera. position: absolute in a parent container that is also absolutely positioned fails! On my Opera 10 for Mac... [this above] does not fail? Yes, it's conditional on using both top/bottom or left/right positioning together See: http://nrkn.com/opera9Bug/ http://nrkn.com/opera9Bug/min/ And my original posting: http://groups.google.com/group/alt.html/browse_thread/thread/4b00c8815bfc8c5f |
#13
| |||
| |||
|
|
"Neredbojias" <neredbojias (AT) gmail (DOT) com> wrote in message news:Xns9CB8E4708E26Eneredbojiasnano (AT) news (DOT) albasani.net... On 03 Nov 2009, Pedro Sousa <pedro.sousa (AT) fcsh (DOT) unl.pt> wrote: IE8 totally screws CSS. unbelievable No it doesn't. Yes, there are some mistakes, but all browsers have some mistakes; I can show you mistakes in Opera which is touted as the finest css-renderer out there. Ah yes, Opera. position: absolute in a parent container that is also absolutely positioned fails! |
#14
| |||
| |||
|
|
On 06 Oct 2009, Jack <jacks3113 (AT) yahoo (DOT) com> wrote: meta http-equiv="X-UA-Compatible" content="IE=edge" />" ----------------------------------------------------------- I don't mean to get into the "FireFox versus IE" topic, but to me, this sounds like a good idea. If I'm going to do my best to make sure my website is the best and most current CSS ran site I can make it, I don't want Microsoft to come along and screw it up. What do you think? The meta tag is probably a good idea |
#15
| |||
| |||
|
|
Neredbojias <neredbojias (AT) gmail (DOT) com> writes: On 06 Oct 2009, Jack <jacks3113 (AT) yahoo (DOT) com> wrote: meta http-equiv="X-UA-Compatible" content="IE=edge" />" ----------------------------------------------------------- I don't mean to get into the "FireFox versus IE" topic, but to me, this sounds like a good idea. If I'm going to do my best to make sure my website is the best and most current CSS ran site I can make it, I don't want Microsoft to come along and screw it up. What do you think? The meta tag is probably a good idea Will IE8 respond the same way to a real "X-UA-Compatible" HTTP header? |
#16
| |||
| |||
|
|
On 04 Nov 2009, Sherm Pendley <spamtrap (AT) shermpendley (DOT) com> wrote: Will IE8 respond the same way to a real "X-UA-Compatible" HTTP header? Yes. Here's a good article re. the subject: http://www.alistapart.com/articles/beyonddoctype |
#17
| |||
| |||
|
|
On 06 Oct 2009, Jack<jacks3113 (AT) yahoo (DOT) com> wrote: snip |
|
meta http-equiv="X-UA-Compatible" content="IE=edge" />" ----------------------------------------------------------- |
|
What do you think? The meta tag is probably a good idea but I'll venture to say that in a relatively short time compared to past history ie7 won't be a significant player in the browser game, anyway. |
#18
| |||
| |||
|
|
I disagree. How much longer must designers have to keep doing back-flips just to keep coddling IE along? I like to restrict proprietary and often ephemeral hacks in my web pages. One reason I resist using conditional comments. meta http-equiv="X-UA-Hack" content="IE8=fix something" meta http-equiv="X-UA-Another-Hack" content="IE9=fix something else" meta http-equiv="X-UA-Hack-Du-Jour " content="IE10=fix some more crap" -- Take care, Jonathan ------------------- LITTLE WORKS STUDIOhttp://www.LittleWorksStudio.com |
#19
| |||
| |||
|
|
On Nov 4, 2:34 pm, "Jonathan N. Little"<lws4... (AT) centralva (DOT) net> wrote: I disagree. How much longer must designers have to keep doing back-flips just to keep coddling IE along? I like to restrict proprietary and often ephemeral hacks in my web pages. One reason I resist using conditional comments. meta http-equiv="X-UA-Hack" content="IE8=fix something" meta http-equiv="X-UA-Another-Hack" content="IE9=fix something else" meta http-equiv="X-UA-Hack-Du-Jour " content="IE10=fix some more crap" |
|
This is an attitude that is endemic in poorly written code. |
|
"Let's ignore the end user if it's more difficult to code." |
#20
| |||
| |||
|
|
Neredbojias wrote: The meta tag is probably a good idea but I'll venture to say that in a relatively short time compared to past history ie7 won't be a significant player in the browser game, anyway. I disagree. How much longer must designers have to keep doing back-flips just to keep coddling IE along? I like to restrict proprietary and often ephemeral hacks in my web pages. One reason I resist using conditional comments. meta http-equiv="X-UA-Hack" content="IE8=fix something" meta http-equiv="X-UA-Another-Hack" content="IE9=fix something else"> <meta http-equiv="X-UA-Hack-Du-Jour " content="IE10=fix some more crap" |
![]() |
| Thread Tools | |
| Display Modes | |
| |