手机
当前位置:查字典教程网 >网页设计 > 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中默认中文字体font-family列表

鼠标经过图标动画效果

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

css代码格式化清理工具

css实现鼠标滑过改变文字(中文变英文)

css样式做细线表格

精品推荐
分类导航