Hey all… I’ve got two problems and I’m on a TIGHT deadline:
One is my footer not clearing in IE on PC. I’ve set up clear:both on the footer css but in the example page given below, it isn’t working. The only reason I can think of as to why it’s not working is because there isn’t a right nav on these pages and the footer is set to float: left–could that be the problem? If so, is there a way to get around creating a second footer div for these pages?
The second problem is the content container on mac ie. It’s pushing down the content below the left nav but the footer is exactly where it’s supposed to be. Oi!
Below is the actual page layout.
<body>
<div id="container">
<!--begin banner -->
<div id="banner">
</div>
<!--end banner -->
<!--begin left nav div -->
<div id="leftNav">
</div>
<!--left nav div -->
<!--begin content -->
<div id="content-res">
</div>
</div>
<!--end content -->
<!--begin footer -->
<div id="footer">
</div>
<!--end footer -->
</div>
</div>
</body>
The CSS can be found here: (It may be quite ugly, I’m fairly new to this whole laying things out with CSS)
http://dev.helpinganimals.com/style/main-HA.css
The problem can be viewed here:
http://dev.helpinganimals.com/factsheet/files/FactsheetDisplay.asp?ID=134
Any help and suggestions are greatly appreciated!
Thanks!