Varazi
Varazi

Reputation: 593

Internet Explorer : Float and Clear Issues

So I am having an issue in IE, but not FireFox or Chrome. The issue is my floats and clears are not being consistant.

Please take a look at my Live Page Examples in IE and any other Browser.

http://newsite.702wedding.com/elvis-wedding-las-vegas.asp

I was considering putting the right elements in a div called float right and the rest in a div called float left, but seems to not work in IE.

I think I may be overlooking something simple. >.<

Thanks for your Help. James

Upvotes: 0

Views: 125

Answers (2)

cp3
cp3

Reputation: 2139

overflow:hidden; on the container of the floats. That should clear.

Upvotes: 0

meder omuraliev
meder omuraliev

Reputation: 186552

Make sure the elements containing the floats have zoom:1 or a hasLayout trigger like width specified, that should make the containers clear them.

Upvotes: 1

Related Questions