手机
当前位置:查字典教程网 >网页设计 > Div+Css教程 >css 鼠标经过文字变色
css 鼠标经过文字变色
摘要:#dh{width:1003px;height:36px;background-image:url(images/mmain_03.gif)...

#dh

{

width:1003px;

height:36px;

background-image:url(images/mmain_03.gif)

}

#dh li

{

height:30px;

width:110px;

float:left;

list-style:none;

text-align:center;

margin:7px;

padding:5px;

}

#dh li a:link

{

font-size:16px;

font-weight:bold;

color:#FFFFFF;

text-decoration:none;

}

#dh li a:visited

{

font-size:16px;

font-weight:bold;

font-family:"Arial Black";

color:#FFFFFF;

text-decoration:none;

}

#dh li a:hover

{

font-size:16px;

font-weight:bold;

color:#FF0000;

text-decoration:underline;

}

这里应该主要css顺序:a:hover应该放在最后

【css 鼠标经过文字变色】相关文章:

用css实现文字的自动隐藏

css的字体属性详解

网页div css是文字补白速记

鼠标经过背景变色之CSS+DIV方法

CSS+DIV实现鼠标经过背景变色

css实现文字过长显示省略号的方法

CSS+DIV实现鼠标经过背景变色

鼠标经过图标动画效果

css样式命名规范

用CSS设计高用户体验的web文字大小

精品推荐
分类导航