Hello,
i am trying to remove the black border from the menu when using the milkyway template, so it matched the template better.
I have the following css code and it has mostly worked
body #{$id}.yui-skin-sam .yuimenubar {
font-size: 93%;
line-height: 2;
*line-height: 1.9;
border: 0;
background: url(js/build/assets/skins/sam/mw_menu_normal_bg.png) repeat-x 0 0;
}
body #{$id}.yui-skin-sam .yuimenubarnav .yuimenubaritem {
border-right: solid 0px #ccc;
}
it has removed the border from most of the menu, but i still have 2 horizontal lines across the top and bottom of the menu which i can't seem to get rid of.
the address is
pantner.net/cdcb
any help would be greatly appriciated!
*note: i want to keep the border around the drop down boxes.