突出显示菜单html中的活动标签 [英] Highlight the active tab in menu html

查看:63
本文介绍了突出显示菜单html中的活动标签的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

asp.net-仅在母版页中的ul,li链接菜单,单击链接时突出​​显示带有背景图像的活动选项卡

asp.net - ul, li,a link menu only in master page, highlight the active tab with background images when click the link

推荐答案

希望此链接将为您提供帮助:
http://www.sitepoint.com/forums/showthread.php? 579180-how-to-highlight-active-tab [ ^ ]
Hope this link will Help you:
http://www.sitepoint.com/forums/showthread.php?579180-how-to-highlight-active-tab[^]


尝试一下:
try this:
a:active{
background-color: yellow;
background-image:url(...);
}


这是激活时锚的样式!


this is the style of a anchor when active!


这篇关于突出显示菜单html中的活动标签的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆