background image

 

连数据库 图片切换 ASP.NET

1.CSS

<style type="text/css">
.container{
 width:262px;
 height:268px;
 border:1px solid #eee;
 position:relative;
}
#idPicText{
 background:#eee;
 line-height:25px;
 text-align:center;
 font-weight:bold;
 width:262px;
 white-space:nowrap;
 overflow:hidden;
 font-size:12px;
}
#idPicText a{
 text-decoration:none;
 color:#333;
 display:block;
}
#idPicList img{
 cursor:pointer;
 width:65px;
 height:50px;
 filter:alpha(opacity=50);
 -moz-opacity: .5;
 opacity: .5;
 border:0;
 margin:10px;
}
#idPicList img.on{
 filter:alpha(opacity=100);
 -moz-opacity: 1;
 opacity: 1;
}

#idNum{ position:absolute; right:5px; bottom:5px;}
#idNum li{
 float: left;