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)
-   -   dividers (http://forum.bytesforall.com/showthread.php?t=10540)

cway Oct 21, 2010 11:47 AM

dividers
 
Does anybody know how to get dividers between menu options in the page menu bar?

Code:

/* ================================================ */
/* Page menu background                            */
/* ================================================ */
div#menu1 {
        height: 40px; 
        margin-top:0px;
        background-image: URL(http://www.domainname.com/gfx/paper_background.jpg);
}
/* ================================================ */
/* Page Menu item's background and border          */
/* ================================================ */
div#menu1 ul.rMenu {
        background-image: URL(http://www.domainname.com/gfx/paper_background.jpg);
}
/* ================================================ */
/* 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-image: URL(http://www.domainname.com/gfx/paper_background.jpg) !important;
        background-repeat: repeat;
        color: #663300 !important;
}


juggledad Oct 21, 2010 02:38 PM

try
HTML Code:

div#menu1 ul.rMenu li a {
border-right: dotted 1px #cccccc !important;       
}


cway Oct 22, 2010 09:26 AM

Hmmm. That didn't seem to work.

juggledad Oct 22, 2010 09:34 AM

you using the Atahualpa menu's or Wordpress?
bump the 1px to 10px to see - and maybe make it solid and a standout color like #00ffff
just worked in my test.

cway Oct 22, 2010 09:55 AM

I've tried both WP and Ata menu.
It appears on mouse-over, but I'd like the dividers to always be there.

cway Oct 22, 2010 10:05 AM

Actually, I just added some padding and now I see the divider. Now I just need the divider centered between each menu item.


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

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