Forum Moderators: not2easy

Message Too Old, No Replies

Content div getting squeezed in IE

Quirky problem specific to IE

         

johngo

3:45 am on Apr 15, 2006 (gmt 0)

10+ Year Member



My head is throbbing from trying to get this working.

The following page renders ok in FF/NS/Opera, but IE is giving grief. (I'm using version 6 of Explorer -- actually, 6.0.26 to be exact). The content area is squeezed over about 25%; on resizing the window (in any direction), the refreshed page comes in ok. Is this a browser bug, or am I doing something non-IE-friendly in the css? And in any case, is there a workaround/solution?

Page is ..

Thanks for any info...

[edited by: SuzyUK at 10:54 am (utc) on April 19, 2006]
[edit reason] No URLS, see: charter [WebmasterWorld.com] [/edit]

Little_G

1:33 pm on Apr 15, 2006 (gmt 0)

10+ Year Member



Hi,

The problem may be here:

body > div#top,
body > div#left
{
position: fixed;
}

Internet Explorer dosn't support child selectors.

Andrew