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)
-   -   Divider between Page Menu Bar items (http://forum.bytesforall.com/showthread.php?t=3288)

rebecca Sep 5, 2009 09:11 AM

Divider between Page Menu Bar items
 
Hello,

I would like to have a '|' in between the items in the Page Menu Bar so that it would look something like this:

Home | News | CV | Maps | Contact

Does anyone know how I might do this?

Thank you in advance for your help.

Flynn Sep 15, 2009 03:38 PM

You could add an image through a CSS Insert

div#menu1 ul.rMenu li a:link,
div#menu1 ul.rMenu li a:active,
div#menu1 ul.rMenu li a:visited,
div#menu1 ul.rMenu li a:hover {
background: url(/path/to/image.gif) no-repeat scroll center left;

}

div#menu1 ul.rMenu li:first a {
background-image: none !important;

}

This will probably require various other CSS changes to make it look like intended by you. I suggest to use Firebug for this. You'll need to edit the LI and the A

div#menu1 ul.rMenu li {
...
}

and

div#menu1 ul.rMenu li a:link,
div#menu1 ul.rMenu li a:active,
div#menu1 ul.rMenu li a:visited,
div#menu1 ul.rMenu li a:hover {
...
}

jtsharp Apr 8, 2010 02:42 PM

Have any updates made it possible to do this without adding an image?

juggledad Apr 9, 2010 07:26 AM

not as of 3.4.6


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

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