Sorry to keep bothering you. I have decided to get rid of all borders. Specifically the right border that separates the items.
I would do it myself but it appears in your css you are already saying no borders, so I am not sure what would turn off that right border color (which is colored #808080.
Finally I want the text white (#FFFFFF) instead of black. Both on original visited and hovered.
And "finally" forcing a hand pointer for browsers that support a hand pointer.
Thanks!
Rowby
Below is the current code in the css panel.
Code: |
body .rowby2columnfooter-text .yui-skin-sam .yuimenubar LI
{
background: transparent none !important;
}
body .rowby2columnfooter-text .yui-skin-sam .yuimenubar,
body .rowby2columnfooter-text .yui-skin-sam .yuimenubar A
{
border-style: none !important
}
|