聘我网

新概念招聘3.0

关于IE6下的max-width

vote up0vote downstar

两个问题:

  1. IE6下是否可以实现max-width?
  2. 如果可以,如何实现?

主要是解决这个页面的问题,IE6下撑开了

 

4 个答复

vote up0vote downcheck

找到解决方法如下:

<!--[if IE 6]>
<style type="text/css">
.post-text img {
    width:expression(this.width > 640 ? "640px" : this.width);
}
</style>
<![endif]-->

这样应该是最经济的解决方法了,仅仅对IE6做额外处理

链接
vote up0vote down

If information were soccer, this would be a gooooaol!

链接
vote up0vote down

I love these articles. How many words can a wrosdmith smith?

链接
vote up0vote down

No more s***. All posts of this qutaily from now on

链接

您的回答





不是您要找的问题? 浏览其他含有标签 的问题或者 自己问个.