![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I can't figure out why the yellow boxes are inside the gray div area in IE6, but not in Mozilla/Firebird. Any suggestions would be appreciated. I want the page to appear as it does in IE6. Here is the page with the layout and html: http://www.cyberplasm.com/temp/HTMLPage1.htm |
#3
| |||
| |||
|
|
I can't figure out why the yellow boxes are inside the gray div area in IE6, but not in Mozilla/Firebird. Any suggestions would be appreciated. I want the page to appear as it does in IE6. Here is the page with the layout and html: http://www.cyberplasm.com/temp/HTMLPage1.htm |
#4
| |||
| |||
|
|
ps <ps (AT) invalid (DOT) com> wrote: I can't figure out why the yellow boxes are inside the gray div area in IE6, but not in Mozilla/Firebird. Any suggestions would be appreciated. I want the page to appear as it does in IE6. Here is the page with the layout and html: http://www.cyberplasm.com/temp/HTMLPage1.htm Because float removes the element from the normal flow. Hence the contentarea has no content and hence has no height. Add an element with clear: left; after the last floated element. Steve This fixed it thanks. |
#5
| |||
| |||
|
|
ps <ps (AT) invalid (DOT) com> wrote: I can't figure out why the yellow boxes are inside the gray div area in IE6, but not in Mozilla/Firebird. Any suggestions would be appreciated. I want the page to appear as it does in IE6. Here is the page with the layout and html: http://www.cyberplasm.com/temp/HTMLPage1.htm BTW, the appearance in Opera is totally different to either IE or Mozilla. Probably something to do with the display: inline-block; |
|
And do you mean to trigger quirks mode? |
|
Steve |
#6
| |||
| |||
|
|
Steve Pugh wrote: And do you mean to trigger quirks mode? No. Where did I do that? |
![]() |
| Thread Tools | |
| Display Modes | |
| |