开发者

Why elements move when i hovered on anything (Only With IE6)

Take a look : http://www.youtube.com/watch?v=uSmqTdQK3Tk

http://www.faressoft.org/BlueCrist开发者_开发问答alTheme/


IE 6 requires hasLayout to be set to true. Various ways are used to give elements 'true' hasLayout. Some don't affect your design at all.

Try giving your footer, navigation, and main panels a zoom or 1, with the following:

#footer,#main,#nav { zoom: 1; }

If that doesn't work, change zoom: 1; to

height: 1%

That should fix things.

Good luck.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜