显示:table dosen't work in ie6& ie7 [英] display: table dosen't work in ie6 & ie7

查看:208
本文介绍了显示:table dosen't work in ie6& ie7的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我创建一个菜单,但它不工作在ie6& ie7因为 display:table 。我如何做这个工作在ie6和ie7与风格 display:table



p>

http://jsfiddle.net/amkrtchyan/fCsax/



$ b

但不适用于ie6和ie7

解决方案

IE6和IE7不支持display:table;



http://www.quirksmode.org/css/display .html



您可以使用真实表格(如果其表格数据),否则可以使用列表(ul)和inline-block与* display: inline hack and zoom:1 for IE7 and below。


i create a menu but it doesn't work in ie6 & ie7 because of display:table. how can i do this to work in ie6 and ie7 with style display:table

there is my example

http://jsfiddle.net/amkrtchyan/fCsax/

but it doesn't work in ie6 and ie7

解决方案

IE6 and IE7 do not support display: table;

http://www.quirksmode.org/css/display.html

You can either use a real table if its tabular data, otherwise you can use lists (ul) and inline-block with the *display:inline hack and zoom:1 for IE7 and below.

这篇关于显示:table dosen't work in ie6& ie7的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆