首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > asp.net >

问一个关于css有关问题

2012-01-08 
问一个关于css问题!img1_2_3_4.css里的代码如下:-----------------------------------.img1{width:express

问一个关于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>
============================================================
就是不起作用,想问下问题出在哪里???

[解决办法]
???

热点排行