您的位置:首页 > Web前端 > JavaScript

动感超强的JS图片轮换特效

2008-06-24 00:00 555 查看
动感超强的JS图片特效_脚本之家






* { margin:0; padding:0; }
body {
margin:5px auto;
text-align:center;
background:#f0f0f0;
}
img { margin:0; border:0; padding:0; }
#eLore {
position:relative;
margin:0 auto;
width:800px; height:339px;
}
#eLore_wrap {
position:relative;
margin:0 auto;
overflow:hidden;
width:800px; height:339px;
background:#369;
}
#eLore .eLore_img {
position:absolute; top:0;
width:120px; height:339px;
overflow:hidden;
font-size:50px;
line-height:340px;
}
#eLore .eLore_out {
position:absolute; top:0;
width:120px; height:339px;
overflow:hidden;
font-size:10px;
line-height:340px;
}




Loading...


//
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: