![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
url - http://projects.missioninternet.com/proweb/index.php css - http://projects.missioninternet.com/...css/proweb.css How can I get FF to display this page like IE? For illustration purposes I have a grey border around each div class I call infoSection and red borders around each infoColx div class in that section. IE displays the page as I want it however FF seems to display each div independently. What am I missing in my CSS to get the desired format? |
#3
| |||
| |||
|
|
Big Moxy wrote: url -http://projects.missioninternet.com/proweb/index.php css -http://projects.missioninternet.com/proweb/css/proweb.css How can I get FF to display this page like IE? For illustration purposes I have a grey border around each div class I call infoSection and red borders around each infoColx div class in that section. IE displays the page as I want it however FF seems to display each div independently. What am I missing in my CSS to get the desired format? MSIE is doing it wrong. Floats are *not* supposed to be contained by parent elements in regular flow... To "fix" it for browsers that support the standards add overflow: hidden; on infoSection or add a clearing element after your floats... BTW you have couple of syntax errors in your stylesheet, missing ';' and '#' -- Take care, Jonathan ------------------- LITTLE WORKS STUDIOhttp://www.LittleWorksStudio.com |
#4
| |||
| |||
|
|
Thank you, Jonathan! That did it. Took care of the stylesheet errors too. Got lazy before posting... |
#5
| |||
| |||
|
|
Big Moxy wrote: url -http://projects.missioninternet.com/proweb/index.php css -http://projects.missioninternet.com/proweb/css/proweb.css |
|
MSIE is doing it wrong. Floats are *not* supposed to be contained by parent elements in regular flow... |
![]() |
| Thread Tools | |
| Display Modes | |
| |