Good afternoon Shelly, It was foretold that on 25/10/2007 @ 13:12:28 GMT-0400 (which was 14:12:28 where I live) [EMAIL PROTECTED] would write:
> Okay, now that I've got that out...I'm doing a REALLY simple site. I've > checked it in all other stuff and it's fine, but in IE things are just > disappearing. It's so weird. > Anyway, I'll start by saying that this site *will not* validate. So > "correcting the validation errors" is pretty much out of the question. > I have to work with it as it is, I have no choice. I'm positive that > part of the reason this thing is doing what it is is because of this > inescapable requirement I'm forced to deal with. The reason I can't > validate it is because the link I'm passing along is only part of what > the site is. I'm *required* to use a third-party header a footer that I > am not allowed to edit in any way, and what you're looking at is what I > *can* do, and it's sandwiched between the stuff I can't touch. Which is > why the stuff that's normally in the header (like my stylesheets) is > actually located in the body. So truly, I'm working with what I can. > That aside, here's the link: > http://wordpressmu.brassblogs.com/blog/2007/10/24/an-image-in-a-post/#comments > Take a look at that page in Firefox, Safari, Opera - choose something > nice, and you'll see how it's *supposed* to look. > Now peek at it in IE7. > I have a headache. > Would anyone have any idea as to why it's doing this? Both the comments > have completely disappeared (but the space reserved for them is there!) > *and* the links that are *supposed* to be there below the date are > totally not there. (in IE, you'll see it highlighted by a blue background.) I was thinking along the lines of the peekaboo bug.... so adding a hasLayout on #main could be a solution: _height: 0; (for IE6) min-height: 0; (for IE7) That made everything show up in IE7 but.... in IE6 the left column is gone now... i have no clue for the moment as to why anyway, here's the mockup: http://www.dzinelabs.com/sandbox/shelly.html hope it helps a bit. -- Best regards, Luc _________________________ Powered by The Bat! version 3.99.25 with Windows XP (build 2600), version 5.1 Service Pack 2 and using the best browser: Opera. "I will not eat oysters. I want my food dead. Not sick, not wounded, dead." - Woody Allen - US film-maker and comedian ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
