I'm putting a margin-right style on the menu in order to try and seperate the tabs in the top menu.
however if you look at the attached image, Im getting a strange white border appearing on the right side of the drop down.
whats going on here?
- also the border of the gray panel seems to thicken at the drop down as well.
-----------------------------
my added style in bold:
-----------------------------
/* Adjustments for the menu bars, which in their default
state have 1px borders plus -1px margins to avoid 1+1=2px
borders between neighbor items. */
ul.rMenu-hor ul, ul.rMenu-hRight ul { margin-top: 0px; }
ul.rMenu-hor li { margin-bottom: 0px; margin-top: -1px; margin-left: 0px;
margin-right: 5px;}
ul.rMenu-hor { padding-left: 0px; }
ul.rMenu-ver li { margin-top: 0xp; }
-----
solved