好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

触发a标签hover事件,如何在元素底部显示蓝色底块_html/css_WEB-ITnose

a a:hover html 鼠标悬浮

要显示的效果图如下:[align=center]
[/align]

代码如下:

div.menu ul li a:hover
{
color: #000000; /* 文字颜色 */
text-decoration: none; /* 不显示超链接下划线 */
background-color:Blue;
background-repeat: no-repeat;
background-position:bottom; 这里设置了无效??
height: 1px;
width:45px;
}


查看更多关于触发a标签hover事件,如何在元素底部显示蓝色底块_html/css_WEB-ITnose的详细内容...

  阅读:31次