I have my nav bars at the top and also the one below the logo set as follows:
#navMainWrapper {
FONT-WEIGHT: bold;
MARGIN: 0em;
WIDTH: 100%;
COLOR: #ffffff;
HEIGHT: 1%;
BACKGROUND-COLOR: #426B9C
}
#navCatTabsWrapper {
FONT-WEIGHT: bold;
MARGIN-BOTTOM: 1px;
WIDTH: 100%;
COLOR: #ffffff;
HEIGHT: 1%;
BACKGROUND-COLOR: #426B9C
}
In spite of this the separator "|" between each of the links is not visible having taken on the background color.
I am also having a problem with the following two links which are aon the left and right side of the page. These are "new products (more)" and "shipping cart (more)" respectively. Although I was able to set the hover color to what I wanted it just accepts the color of all the otgher links on the page and not to what I want.
I seem to be at a standstill. Any help is appreciated. Thanks.



