Top Nav Menu
-
Is it possible to make it the top navigation menu buttons appear with a different color or a shiny layer when someone passes the mouse over them and/or clicks on them? Would this be done through CSS?
Thanks!
The blog I need help with is: (visible only to logged in users)
-
You need to declare a hover color or use a background image that can repeat in the x direction. Due to the red area and the placement of the nav
#pagenav a:hover { background: none no-repeat scroll 0 0 green; }You’ve got some work to do adjusting things so that the text is centered vertically in the background color.
-
If I decide to put a white color when hovering, how could I change the color of the text so it becomes red when hovering?
If I insert an image, where on the code you gave me do I put it?
Thanks!
-
-
- The topic ‘Top Nav Menu’ is closed to new replies.