Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Page & Category Menu Bars »

[SOLVED] color on hover


 
Prev Previous Post   Next Post Next
  #1  
Old Sep 22, 2010, 02:45 PM
cway
 
154 posts · Jul 2009
[SOLVED] color on hover

I'm trying to get a 2px solid bar to appear below menu items on mouse over.
Below is my coding, but it's not working. Can anybody help?
Here's what I'm trying to duplicate: http://www.orchidorganics.com/mm5/merchant.mvc
Thanks!
Cway

Code:
/* ================================================ */
/* Page menu background                             */
/* ================================================ */
div#menu1 { 
	margin-top:0px;
}
/* ================================================ */
/* Page Menu item's background and border           */
/* ================================================ */
div#menu1 ul.rMenu {
	height: 28px;
	background: URL(http://www.orchidorganics.com/mm5/graphics/nav_bar_gradient_background.gif);
	border: none 0px; 
}
/* ================================================ */
/* Page Menu item                                   */
/* ================================================ */
ul.rMenu li a:link, 
ul.rMenu li a:hover, 
ul.rMenu li a:active, 
ul.rMenu li a:visited, 
ul.rMenu li {
	background: transparent !important;
	font-align: bottom;
	color: #666666 !important;
	margin-left: 16px;
	margin-right: 16px;
	margin-top: 2px;
	margin-bottom: 0px
}
ul.rMenu li a:hover {
    border-bottom: 2px #a3238e solid;
}
/* ================================================ */

Last edited by cway; Sep 22, 2010 at 02:46 PM. Reason: Forgot URL
 

Bookmarks



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Why do children items have parents hover color. FlippinSweet Page & Category Menu Bars 8 Jun 28, 2010 12:04 PM
[SOLVED] Hover color not working properly in IE BradBrown Page & Category Menu Bars 5 Sep 23, 2009 09:10 PM
How to make Current page color different than Hover color? 25jai Page & Category Menu Bars 7 Jul 17, 2009 05:06 AM
Table changes color/highlights with mouse hover. How do I stop it? InviteStory Atahualpa 3 Wordpress theme 2 Apr 24, 2009 12:05 PM
Change hover color in body of post HalfWayThere Atahualpa 3 Wordpress theme 6 Feb 18, 2009 02:56 PM


All times are GMT -6. The time now is 11:37 PM.


Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.