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)
-   -   Border of category menu bar different in various Browsers (http://forum.bytesforall.com/showthread.php?t=7592)

marced Jun 15, 2010 06:42 AM

Border of category menu bar different in various Browsers
 
I want a white border around my category menu bar. It's showing in Internet Explorer
http://img248.imageshack.us/img248/3677/catmenu.png

Although, in Safari & Chrome nothing shows up, no border at all.
http://img153.imageshack.us/img153/1...farichrome.png

I added this in CSS:
Code:

div#menu2 ul#rmenu{
... /* Categories menu top*/
border: solid 3px #FFFFFF;
height: 22px;
}

Of course I looked at Juggledad's sticky post with all the codes, but that doesn't help. BTW, in JD's code it looks like I should use ul.rmenu, but that doesn't work for me at all, then nothings shows in IE too. I am sure JD is right, and I am doing something wrong :) But what?

Anyone any idea how to solve this or what's causing it?

thnx!

juggledad Jun 15, 2010 07:28 AM

try this, add '!important' to the end of both rules so you have
HTML Code:

/* Categories menu top*/
div#menu2 ul#rmenu{
border: solid 3px #FFFFFF;
height: 22px;
}

There is other CSS affecting this same area, so you have to make your a priority.


All times are GMT -6. The time now is 08:03 AM.

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