【发布时间】:2012-06-29 04:27:31
【问题描述】:
我在此页面的 div 中有一个 JQ 幻灯片: http://www.lucky-seed.com/web.html
并有一个具有以下样式的 IE 的 css 表:
.slideshow { height: 599px; width: 700px;
max-width: 700px
margin-top: 00px;
margin-left: 295px;
float:left;
position: relative;
display: inline;}
我哪里错了?除了 IE,它在任何东西上看起来都很棒,但是一旦在 IE 中,无论我做什么,我似乎都无法移动位置。
提前感谢您的见解。
【问题讨论】:
-
哎呀。没关系,我现在看到我在 max-width 值后面缺少了一个分号。
标签: css css-float cross-browser