why this markup don't work in Chrome?

J

Jeff

hi

asp.net 3.5

the problem is that StaticMenuItemStyle-ForeColor="White" isn't applied,
instead it shows the basic blue color.

in addition
<LevelMenuItemStyles>
<asp:MenuItemStyle Font-Bold="true" />
</LevelMenuItemStyles> is applied, but as I said above
StaticMenuItemStyle-ForeColor="White" isn't applied

<asp:Menu ID="Menu1" runat="server"
OnMenuItemClick="Menu1_Click"
StaticDisplayLevels="3"
StaticMenuItemStyle-ForeColor="White"
StaticHoverStyle-Font-Underline="true" >
<StaticSelectedStyle CssClass="sel" />
<LevelMenuItemStyles>
<asp:MenuItemStyle Font-Bold="true" />
</LevelMenuItemStyles>
</asp:Menu>

any ideas?
 

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

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,012
Latest member
RoxanneDzm

Latest Threads

Top