css trouble
-
I have totally screwed up the menu in my header here – been trying to fix it for over an hour – HELP!
Here’s the list pages function:<ul id="headernav"><?php wp_list_pages('title_li='); ?></ul>
and here’s the css I am using:
#headernav { width: 900px; margin: 0 auto; padding: 5px 0; } #headernav li { display: inline; padding: 4px 0; } #headernav li a:link, a:visited, a:active { padding: 6px 25px; color: #ffffff; font-size: 13px; text-transform: uppercase; font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif; text-decoration: none; } #headernav li a:hover { text-transform: uppercase; font-size: 13px; font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif; color:#6CA014; }
The text in the menu (blue banner) is supposed to be white and then green when you rollover it. Can some one tell me where I am going wrong?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘css trouble’ is closed to new replies.