Wrong ForeColor on Menu in Google Chrome

A

Anton

hi

asp.net 3.5

The menu control below displays a white forecolor when testing in Internet
Explorer. But now to my surprise it is BLUE when testing on Google Chrome

<asp:Menu ID="Menu1" runat="server" SkinID="menu"
CssClass="menu"
DataSourceID="smdsNormal"
StaticDisplayLevels="2"
Orientation="Horizontal">
</asp:Menu>


Skin:
<asp:menu runat="server"
SkinId="menu"
BackColor="#3399FF"
ForeColor="White" Font-Names="Verdana" Font-Size="16px" Font-Bold="true"
StaticMenuItemStyle-HorizontalPadding="5px"
DynamicMenuItemStyle-BackColor="#3399FF"
DynamicHoverStyle-Font-Underline="true"
DynamicHoverStyle-ForeColor="#FFFFFF"
StaticSubMenuIndent="10px"
StaticHoverStyle-Font-Underline="true"
StaticHoverStyle-ForeColor="#FFFFFF"
DynamicMenuItemStyle-HorizontalPadding="5px"></asp:menu>

css:
..menu
{
color:White;
}

any idea what I do wrong?
 
R

Raghupathi K

solved

"Anton" <no_email> wrote in message











- Show quoted text -

How ? Please show us the solution for the benefit of those having
similar problems.....
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,013
Latest member
KatriceSwa

Latest Threads

Top