开发者

Internet Explorer : Float and Clear Issues

开发者 https://www.devze.com 2023-02-13 01:55 出处:网络
So I am having an issue in IE, but not FireFox or Chrome. The issue is my floats and clears are not being consistant.

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.7开发者_StackOverflow02wedding.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


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


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

0

精彩评论

暂无评论...
验证码 换一张
取 消