|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Menu control and hover text colorI have the following stylesheet coupled to my menu control. ..StaticHoverStyle { color: black; background-color: #FFFFFF; font-family: Arial; font-size: 13px; padding-top: 5px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; } ..StaticMenuItemStyle { font-family: Arial; font-size: 13px; color: #FFFFFF; padding-top: 5px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; } My main problem is that the textcolor stays white when I mouseover.. (so it is all white..). I have the same problem with the dynamic styles... Hope someone can help me! Regards, Patrick Patrick, it remains white because that is the color of the menuitemstyle you
provided. The color will change on hover and then go back to initial state(white) after hover. Regards, Alessandro Zifiglio http://www.AsyncUI.net <patrick.san***@gmail.com> ha scritto nel messaggio Show quoteHide quote news:1152541638.857801.224320@h48g2000cwc.googlegroups.com... > Hi There, > > I have the following stylesheet coupled to my menu control. > .StaticHoverStyle > { > color: black; > background-color: #FFFFFF; > font-family: Arial; > font-size: 13px; > padding-top: 5px; > padding-bottom: 5px; > padding-left: 5px; > padding-right: 5px; > } > > .StaticMenuItemStyle > { > font-family: Arial; > font-size: 13px; > color: #FFFFFF; > padding-top: 5px; > padding-bottom: 5px; > padding-left: 5px; > padding-right: 5px; > } > > My main problem is that the textcolor stays white when I mouseover.. > (so it is all white..). > I have the same problem with the dynamic styles... > > Hope someone can help me! > > Regards, > Patrick >
Dropdown List doesn't know what's in it's list
how to change labelvalue when deleting row in gridview? Max Number of Web Controls Per Page??? How to put an image in a GridView textfield not recognized in gridview menu control with XML file creative scroll bar for asp.net Datagrids and User Controls Datagrid Control in VS2005 GridView columns don't respect width or wrap properties! |
|||||||||||||||||||||||