700字范文,内容丰富有趣,生活中的好帮手!
700字范文 > div css导航栏设计 CSS+DIV设计实例:超酷的竖排导航栏

div css导航栏设计 CSS+DIV设计实例:超酷的竖排导航栏

时间:2021-03-20 13:03:24

相关推荐

div css导航栏设计 CSS+DIV设计实例:超酷的竖排导航栏

HTML:

以下为引用的内容:

ItemoneSubitemoneSubitemtwoSubitemthreeSubitemfourItemtwoItemthreeItemfour

以下为引用的内容:

#navcontainer{margin-left:30px;}

#navcontainerul

{

margin:0;

padding:0;

list-style-type:none;

font-family:verdana,arial,Helvetica,sans-serif;

}

#navcontainerli{margin:0;}

#navcontainera

{

display:block;

padding:5px10px;

width:140px;

color:#000;

background-color:#ADC1AD;

text-decoration:none;

border-top:1pxsolid#fff;

border-left:1pxsolid#fff;

border-bottom:1pxsolid#333;

border-right:1pxsolid#333;

font-weight:bold;

font-size:.8em;

background-image:url(images/vertical06.jpg);

background-repeat:no-repeat;

background-position:00;

}

#navcontainera:hover

{

color:#000;

background-color:#889E88;

text-decoration:none;

border-top:1pxsolid#333;

border-left:1pxsolid#333;

border-bottom:1pxsolid#fff;

border-right:1pxsolid#fff;

background-image:url(images/vertical06a.jpg);

background-repeat:no-repeat;

background-position:00;

}

#navcontainerululli{margin:0;}

#navcontainerulula

{

display:block;

padding:5px5px5px30px;

width:125px;

color:#000;

background-color:#C5D8C5;

text-decoration:none;

font-weight:normal;

}

#navcontainerulula:hover

{

color:#000;

background-color:#889E88;

text-decoration:none;

}

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。