实用CSS

边做边学,不断添加

1.字符串自动换行

word-wrap: break-word;word-break: break-all;wrap:true;

 

2.图片的叠加

 <div style="position:absolute;z-index:1;">

      <img src="skin/images/new.gif" border="0">//左上方显示小图标

</div>
<div border="1">

      <img src="<%# Eval("PicPath") %>" style="border:0px;width:100px;height:130px;">//原图标

</div>

你可能感兴趣的:(css)