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] Adding pipe character to separate menu items (http://forum.bytesforall.com/showthread.php?t=8967)

kippiper Aug 16, 2010 02:51 PM

[SOLVED] Adding pipe character to separate menu items
 
Hi guys!

How can I add the pipe separator "|" between page menu bar items?

Thanks!

KIP

lmilesw Aug 16, 2010 03:16 PM

That's usually done with a right or left border on all but one menu item.

kippiper Aug 16, 2010 03:23 PM

Hi Larry -

Thanks! Makes sense...but how might I code it?

KIP

lmilesw Aug 16, 2010 03:36 PM

As a starting point add the following to ATO>Add HTML/CSS Inserts>CSS Inserts. You will have to tweak for your particular needs.
HTML Code:

div#menu1 li {border-right:1px solid black;}

kippiper Aug 16, 2010 03:37 PM

Excellent! Thanks!

kippiper Aug 16, 2010 03:57 PM

Hi Larry -

Well, it's not working cause I'm not sure how to incorporate in the coding I am using for a transparent background. Here is the code below. Where should I add the right border coding?

Thanks!!!

div#menu1 {
height: 40px;
margin-top:20px;
background: none;
}
div#menu1 ul.rMenu {
background: none;
border: none 0px;
}
ul.rMenu li a:link,
ul.rMenu li a:hover,
ul.rMenu li a:active,
ul.rMenu li a:visited,
ul.rMenu li {
background: none !important;
}

lmilesw Aug 16, 2010 05:41 PM

What happens if instead of border:none 0px; you have
HTML Code:

border-left:1px solid black;
border-right:1px solid black;

Do you have a URL?

kippiper Aug 22, 2010 01:24 PM

Hi Larry -

Sorry for not replying sooner - I've been covered up with travel and other deadlines.

Silly me for not giving a URL!

http://www.fivestarmetalworks.com

And YAY! It worked! Thanks!!!

KIP


All times are GMT -6. The time now is 01:22 AM.

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