From: Anton on
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?


From: Anton on

solved


"Anton" <no_email> wrote in message
news:OulgyyZMKHA.3704(a)TK2MSFTNGP06.phx.gbl...
> 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?
>
>


From: Raghupathi K on
On Sep 10, 3:19 pm, "Anton" <no_email> wrote:
> solved
>
> "Anton" <no_email> wrote in message
>
> news:OulgyyZMKHA.3704(a)TK2MSFTNGP06.phx.gbl...
>
>
>
> > 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?- Hide quoted text -
>
> - Show quoted text -

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