Forum Moderators: not2easy

Message Too Old, No Replies

Firefox and IE Float issues

The css floats are different

         

YoYoSmurf

7:36 pm on Sep 10, 2010 (gmt 0)

10+ Year Member



I have a page that looks great in firefox, but not in IE. I need some help. The problem is I have two divs that I want to float next to each other. I have a float left on the first one, but not on the second one. this causes firefox to look exactly the way I want it to. But in IE it displays the second div below the first. I tried doing a clear both and putting a float on the second div. if I add either of these it breaks it in Firefox.

[gsueaglenation.com...]

Thats the page. The arrea in question is the 4 photos below the big first photo. The first photo area may have 4 or just one or two so I want the second one to flow in when it is smaller. I have a overflow hidden put on the outer dive so that the second div doesn't show if its there isn't room. Any help would be appreciated.

onlinetraining

4:51 pm on Sep 15, 2010 (gmt 0)

10+ Year Member



You need to add a float:left to the style of the second div as well and make sure all 2 div will fit in their parent containers.
From what I am seen in your website it seems the issue has been resolved. Let me know if you need further assistance.