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)
-   -   Page menu border help (http://forum.bytesforall.com/showthread.php?t=299)

BigG Feb 9, 2009 08:34 PM

Page menu border help
 
Here's what I want to do:
borders on all sides of the page links/buttons in page menu bar, but border only on top and bottom of the bar itself, no border on the right and left edges. I have not been able to control the borders this way. Thanks for any help!

Flynn Feb 9, 2009 08:37 PM

Add this as CSS Insert:

HTML Code:

ul.rMenu {
border-left: none;
border-right: none;
}


BigG Mar 17, 2009 12:39 PM

Thanks, that worked well for one site. Now I'm on to another and want to have no background for the bottom, right, and left of the menu.

This one is a bit more complicated because the menu has a gradient background, and there is a shadow bg image underneath the menu. So setting the borders to the same color as background won't work in this case.

Here's the blog:
http://easycarenews.com
It needs to look like this:
http://easycareinc.com

When I try to remove the side borders like you showed me in your reply it removes the right one, but the left one still has 1px. It looks like before removeing them the right border is doubled for some reason...

Not sure how to remove the bottom border, or if that's too complicated...

Thanks!


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

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