菜单(onclick 帮助)- css
好的,我现在几乎已经修复了我们的菜单系统。
我现在遇到的唯一问题似乎是 onclick 将菜单项状态更改为“活动”
所以这里是小提琴: http:// jsfiddle.net/ozzy/6pxaE/
本质上, onclick 我需要单击的菜单项更改为:背景颜色 #ec008c 和颜色 #fff ,没有文本阴影。正如我上面的小提琴中所见。
其他一切似乎都工作正常。
任何帮助表示赞赏。请不要JS
Ok I have now virtually fixed our menu system.
The only Issue I have now, seemingly is onclick change menu item state to ACTIVE
So here is the fiddle: http://jsfiddle.net/ozzy/6pxaE/
Essentially, onclick I need the menu item clicked to change to:background color #ec008c and color to #fff with no text shadow. As seen in my Fiddle Above.
Everything else seems to work fine.
Any help appreciated. No JS please
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
假设您想要突出显示导航中当前活动的页面,我认为 这仍然是实现您想要的目标的最简单方法。
那行得通吗?
Assuming what you want is to highlight the currently active page in the navigation, I think this is still the easiest way to accomplish what you want.
Would that work?
为了使所有“活动”状态呈粉红色,请对 CSS 的最后几行进行以下操作:
http://jsfiddle .net/ExUdM/
我只在 Chome、Firefox 和 IE9 中测试过这个
To make all of your 'active' states pink-ish, the following worked on your last lines of CSS:
http://jsfiddle.net/ExUdM/
I only tested this in Chome, Firefox, and IE9