Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Page & Category Menu Bars (http://forum.bytesforall.com/forumdisplay.php?f=10)
-   -   [SOLVED] Changing Hover Behaviour? (http://forum.bytesforall.com/showthread.php?t=5814)

DannyLife Feb 10, 2010 06:49 AM

[SOLVED] Changing Hover Behaviour?
 
I've managed to get a background image on the menu bar that shows and is in the right place, with the menu bar text over the top, see....

http://i1002.photobucket.com/albums/...s/Picture2.jpg

This was using the following code

HTML Code:

div#menu1 {
border: none;
background: url(http://i1002.photobucket.com/albums/af149/STNetworks/BarTest2_Layer0.jpg);
}

div#menu1 ul.rMenu {
background:transparent;
}
div#menu1 ul.rMenu li {
background:transparent;
margin: 0px 0 0px 0px;
}

div#menu1 li.current_page_item a:link,
div#menu1 li.current_page_item a:active,
div#menu1 li.current_page_item a:visited {
background: transparent !important;
}

However, when I hover over the link I still get this action...

http://i1002.photobucket.com/albums/...s/Picture3.jpg

Is there any way to turn this off? I've tried what seems like countless codes from these forums but nothings worked at all.

Thanks.

DannyLife Feb 12, 2010 04:53 AM

*Bump* Sigh, this surely just needs a CSS insert, anyone know what it is?!?

juggledad Feb 12, 2010 07:13 AM

What version of Atahualpa and WP?
What is the url?

DannyLife Feb 13, 2010 04:35 AM

http://yoursologirl.com

WordPress 2.9.1
Atahualpa 3.4.5

Excuse the barren site and awful color scheme, just testing things at the moment.

Thanks.

juggledad Feb 14, 2010 05:51 AM

try this
HTML Code:

div#menu1 ul.rMenu li:hover,
div#menu1 ul.rMenu li.sfhover,
div#menu1 ul.rMenu li a:hover,
div#menu1 ul.rMenu li a.sfhover {
background-color: transparent !important;
}


DannyLife Feb 14, 2010 10:09 AM

Thankyou man, thats the perfect fix I've been agonizing over!


All times are GMT -6. The time now is 01:36 PM.

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