PDA

View Full Version : IE issues with divs


lsatblu
23rd December 06, 01:13 AM
Hi,

Here is a layout that I am working on. http://talesotaku.com/v2/layoutb.php

It looks fine in Firefox, but in IE, the right navigation panel extends too far down. I am not using IE 7. I am not sure how it looks in that version.

Any help would be greatly appreciated. Also, I tried to clear the float but it did not work.

jslims
6th March 07, 05:47 PM
did you ever hear from anyone?

i'm having div problems also.

the second div is being bumped down the page, about 100 pixels.

best,

j.sims

zak
9th March 07, 10:29 PM
Wow this is a really old post... lsatblu if you're still around the problem was that div of <br>s you put after #main-right-content. Deleting it fixes it:

<div id="right-top"></div><br><br><br><br><br><br>
<div id="main-right-content">
<img src="files/sitestuff.jpg" border="0"><br><br><br><br><br><br>
<img src="files/sitestuff.jpg" border="0"><br><br><br><br><br><br>
<img src="files/sitestuff.jpg" border="0"><br><br><br><br><br><br>
</div>
</div>

Cheers.