当前位置: 代码迷 >> ASP.NET >> 问一个关于css有关问题
  详细解决方案

问一个关于css有关问题

热度:5221   发布时间:2013-02-26 00:00:00.0
问一个关于css问题!
img1_2_3_4.css里的代码如下:
-----------------------------------
.img1{   width:expression(this.offsetWidth> 48?48:this.offsetWidth)   }      
    .img2{   width:expression(this.offsetWidth> 60?60:this.offsetWidth)   }      
    .img3{   width:expression(this.offsetWidth> 80?80:this.offsetWidth)   }      
    .img4{   width:expression(this.offsetWidth> 700?700:this.offsetWidth)   }  
---------------------------------------------
调用代码如下:
<link   rel= "stylesheet "   href= "css/qz/img1_2_3_4.css ">
<asp:Image   id= "Image2 "   runat= "server "   class= "img2 "   ImageUrl= ' <%#   DataBinder.Eval(Container,   "DataItem.qz_tb ")   %> '> </asp:Image>
============================================================
就是不起作用,想问下问题出在哪里???

------解决方案--------------------------------------------------------
???
  相关解决方案