I want a white border around my category menu bar. It's showing in Internet Explorer
Although, in Safari & Chrome nothing shows up, no border at all.
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!