![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I just noticed some CSS of mine does not work in IE. Hoping to avoid booting into XP as much as possible, I'm hoping to just read a FAQ for how to mollify the old browser. Many questions on this group have a variant of "Why doesn't this work in IE" as the subject line, but they cover a variety of problems. I'll slog through old answers if I have to, or just figure it out, but if there's a FAQ I'd definitely prefer it. In case anyone feels charitable enough to just tell me, it's here: http://ourdoings.com/csstest1/ It's not that I don't feel charitable, I just don't know enough about |
#3
| |||
| |||
|
|
I just noticed some CSS of mine does not work in IE. Hoping to avoid booting into XP as much as possible, I'm hoping to just read a FAQ for how to mollify the old browser. Many questions on this group have a variant of "Why doesn't this work in IE" as the subject line, but they cover a variety of problems. I'll slog through old answers if I have to, or just figure it out, but if there's a FAQ I'd definitely prefer it. In case anyone feels charitable enough to just tell me, it's here: http://ourdoings.com/csstest1/ In Firefox the text fits inside the white area. In IE it starts in the blue margin to the left and ends before the right end of the white area. |
#4
| |||
| |||
|
|
I just noticed some CSS of mine does not work in IE. Hoping to avoid booting into XP as much as possible, I'm hoping to just read a FAQ for how to mollify the old browser. Many questions on this group have a variant of "Why doesn't this work in IE" as the subject line, but they cover a variety of problems. I'll slog through old answers if I have to, or just figure it out, but if there's a FAQ I'd definitely prefer it. In case anyone feels charitable enough to just tell me, it's here: http://ourdoings.com/csstest1/ In Firefox the text fits inside the white area. In IE it starts in the blue margin to the left and ends before the right end of the white area. |
#5
| |||
| |||
|
|
New documents should use Strict. |
|
One of the reasons is that transitional throws the UA into quirks mode, |
#6
| |||
| |||
|
|
One of the reasons is that transitional throws the UA into quirks mode, Only if the URI is omitted from the doctype declaration (as is the case with the OP's site). |
#7
| |||
| |||
|
|
You are doing some strange things with your class naming conventions, eg. class="entry _2004 _200404 _20040422", see http://www.w3.org/QA/Tips/goodclassnames>. Or is there a script generating this? |
#8
| |||
| |||
|
|
(although I don't understand your b.css, which merely imports your main.css). |
![]() |
| Thread Tools | |
| Display Modes | |
| |