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>
============================================================
就是不起作用,想问下问题出在哪里???
------解决方案--------------------------------------------------------
???