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

垂直菜单

Posted on 2007-06-04 21:27  dingsheng  阅读(156)  评论(0)    收藏  举报
.leftMenu
{
    list-style-type
: none;
    margin
:0;
    padding
:0;
}

.leftMenu a
{
    display
: block;
    width
: 200px;
    height
: 39px;
    line-height
: 39px;
    color
: #000;
    text-decoration
: none;
    background
: #94B8E9 url(images/pixy-rollover.gif) no-repeat left bottom;
    text-indent
: 50px;
}

.leftMenu li.first a
{
    height
:40px;
    line-height
:40px;
}

.leftMenu a:hover
{
    background-position
: right bottom;
}

.leftMenu li
{
    display
:inline; /* removes large gaps in IE/win*/
}

效果: