Hi
I'm reposting this message because somehow my original posting is going to an invalid url:
Please look at this page, at the bottom menu. The bottom menu has white text. I want the drop down items to have black text.
I created a special menu item (on this test site) so you can see the drop down. The drop down is labeled 'DROP DOWN ITEM". And there are two sub items which are not showing. I assume it's because the color of the text is white???
Here's the link
www.rowbytesting.com/
Here's the css in the ARI YUI Menu module's css field:
Code: |
body .rowby2columnfooter-text .yui-skin-sam .yuimenubar
{
background: transparent none !important;
}
body .rowby2columnfooter-text .yui-skin-sam .yuimenubar,
body .rowby2columnfooter-text .yui-skin-sam .yuimenubar A
{
border-style: none !important
}
body .rowby2columnfooter-text .yui-skin-sam UL LI
{
border-style: none !important;
}
|