PDA

View Full Version : Popup Menu Controls - border missing?


Marulatree
02-19-2004, 06:27 AM
Hi when customising my Popup Menu Controls for my new style - I lost the bittom border and when I try re-add it it gives me a double line between the Popup Menu Controls and the navbar/welcome panel...

I have attached a screenshot to make it clearer...

Wayne Luke
02-19-2004, 02:41 PM
In Main CSS under Style Manager add "border: 1px solid #000000" to the additional CSS box under Popup Controls. You can probably used the border-collapsed property to make it so there is only one line where two borders touch as well.

Marulatree
02-23-2004, 10:58 AM
Thanks Wayne that worked - except it also adds border around each menu item in the popup menu...how can I get rid of this?

Marulatree
02-23-2004, 11:02 AM
I've tried this:
border-left: solid 1px #000000;
border-bottom: solid 1px #000000;
border-right: solid 1px #000000;

but I still get the border separators between each menu item..
I 've also tried changing the "left and Right" border to the same color of my popup menu backgroup but then it only gives me a bottom border line...