就是一排图片,鼠标放图片上的事件,离开后图片恢复原来位置,求一效果
我试验过,放大缩小,左右或上下颤动,透明度,还有上下滚动,效果都不是很理想!大家帮我想一个吧,马上散分!

解决方案 »

  1.   

    参考一下,转自蓝色理想<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <style type="text/css">
    <!--
    a {
    float:left;
    margin:5px 1px 0 1px;
    width:20px;
    height:20px;
    color:#999;
    font:12px/20px 宋体;
    text-align:center;
    text-decoration:none;
    border:1px solid orange;
    }
    a:hover {
    position:relative;
    margin:0 -9px 0 -9px;
    padding:0 5px;
    width:30px;
    height:30px;
    font:bold 16px/30px 宋体;
    color:#000;
    border:1px solid black;
    background:#eee;
    }
    -->
    </style>
    <div>
    <a href="#">1</a>
    <a href="#">2</a>
    <a href="#">3</a>
    <a href="#">4</a>
    <a href="#">5</a>
    <a href="#">6</a>
    <a href="#">7</a>
    <a href="#">8</a>
    <a href="#">9</a>
    <a href="#">10</a>
    </div>