view中:
<a href="Trading?id=@dr["id"]"> <div class="sy_img_div"> <img src="http://@Fun.domain/Default/Show?id=@dr["productid"]" width="234" height="204" /> </div> </a>
css中:
.sy_img_div{ 234px; height:204px; margin-bottom:45px; border:1px solid #f4f4f4}
这种情况<a></a>不反应。
更改css :
.sy_img_div{ /*234px; height:204px;*/ margin-bottom:45px; border:1px solid #f4f4f4}
这种情况<a></a>就反应。