博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

Pixy样式的翻转

Posted on 2007-06-03 21:05  dingsheng  阅读(501)  评论(0)    收藏  举报
.pixy:link, .pixy:visited
{
    display
:block;
    width
: 200px;
    height
:40px;
    color
: #000;
    line-height
:40px;
    text-decoration
: none;
    background
: #94B8E9 url(images/pixy-rollover.gif) no-repeat left top;
    text-indent
: 50px;
}
.pixy:hover
{
    background-color
: #369;
    background-position
: right top;
    color
:#fff;
}

效果:
Pixy样式