How to redefine StaticHoverStyle, indicated in skin for some specific
am 31.01.2008 20:39:55 von alexandisI do not want to apply hover style for selected item. I need something
like
<% if (((MenuItem)Container.DataItem).Selected == false) { %>
// ignore StaticHoverStyle for this item
<% } %>
My skin file contains the following:
I DO not want to indicate some other value in
all style should be defined in skin file! I just need to SKIP some
style settings...