On Sep 10, 3:19*pm, "Anton" <no_email> wrote:
> solved
>
> "Anton" <no_email> wrote in message
>
> news:...
>
>
>
> > 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.....
|