[css-d] Background color looks right in IE, nothing else.

2006-06-14 Thread mindy
Morning! Okay so the site looks right in IE and I know that IE makes some guesses as to what you want to see so...how do I make [LINK: http://pj-chron.com/redesign/] http://pj-chron.com/redesign/ look right in Netscape, Firefox ect. In other words, how it does in IE. The code is compliant :

Re: [css-d] Background color looks right in IE, nothing else.

2006-06-14 Thread Gunlaug Sørtun
mindy wrote: http://pj-chron.com/redesign/ Here is the relevant css code:#container{ width: 760px; } The above width keeps IE/win happy, as it acts as a 'hasLayout'[1] trigger. Other browsers need a proper 'Block formatting contexts'[2], so adding... #container {overflow: hidden;} ...will