CSS积累

来源:互联网 发布:我的淘宝网购物车 编辑:程序博客网 时间:2024/04/27 20:44

com.citibank.com.sg

当鼠标放上时,图片色彩发生变化:

<li id="cw">

<a ></a>


#cw {
    backgroundurl("/portal/bluehome/images/applyforcreditcard_normal.gif") no-repeat scroll 0 0 transparent;
    cursorpointer;
    displayinline;
    floatleft;
    height33px;
    margin25px 0 0 40px;
    padding0;
    positionabsolute;
    width190px;
}


#cw a {
    displayinline;
    floatleft;
    height33px;
    margin0;
    width190px;
}
www.ci....com.sg (line 24)
a {
    text-decorationnone;
}
home.css (line 5)
a, a:hover {
    outlinemedium none;
}

#cw a:hover{

background: url() no-repeat  scroll 0 0 transparent;.

display:inline;

float:left;

height:

width:


}