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)
-   -   Need help setting my menu images (http://forum.bytesforall.com/showthread.php?t=9173)

ssoszka Aug 24, 2010 01:02 PM

Need help setting my menu images
 
I've tried your suggestion but as you can see from my page DrSoszka.com it doesn't quite work. Suggestions? I'm trying to use a image for the background and it shows up for part of the page menu but not all.

Also what can I do about the submenus? They're a mess...

Thanks,
Shawn

lmilesw Aug 24, 2010 02:22 PM

What suggestion are you talking about? If you are talking about the cheat sheet that is meant just to show you which selectors to use for changing colors, etc. As for the other issues with the menu it looks like you don't have the sub menu bug fix applied. You can find a reference to that in the New Versions and Updating forum.

ssoszka Aug 24, 2010 03:52 PM

Ok, so in the spirit of experimentation, I've play with the code listed above and have my menu almost right.

Here's code I used/modified from above:
/* ================================================ */
/* Page menu background */
/* ================================================ */
div#menu1 {
height: 50px;
margin-top:0px;
background: url(/wp-content/themes/atahualpa332/images/NewMenuBkg.jpg);
}
/* ================================================ */
/* Page Menu item's background and border */
/* ================================================ */
div#menu1 ul.rMenu {
background: none;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
/* ================================================ */
/* 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 {
padding: 15px 3px 4px 5px;
background: none !important;
color: #FFFFFF !important;


The issues that need resolution are as follows:

1. How add either a color change to the text or perhaps an underline when hovering over the menu text?
2. Also I'm trying to make the page menu itself have rounded corners - like the rest of my site - I inserted the code, but not correctly. Suggestions?
3. With the submenu - will the upgrade help with fact you cannot actually see the submenu text?

Thanks,
Shawn

juggledad Aug 25, 2010 10:10 AM

NOTE: I've moved this to it's own thread to declutter the other thread
This was originally tied to 'Juggledad's colored menu cheat sheet'


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

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