-
If you are referring to our 2010.1 Demo Examples, the core menu features sample uses our new theming technology. That being said, you can find the images for the themes under the AspNetAjaxDemo\common\themes folder Assuming default location 64-bit Windows C:\Program Files (x86)\ComponentArt\UI Framework 2010.1 for .NET\live_demos\aspnetajax\Common\themes\20101 32-bit Windows C:\Program Files \ComponentArt\UI Framework 2010.1 for .NET\live_demos\aspnetajax\Common\themes\20101 In that folder, you will...
-
Hello, Thank you for submitting your query with ComponentArt forum. I have gone through the description provided by you and it seems that you want to display any image for the selected item in your application. I have created a sample application for your quick reference where selected items will display a check image for the selected item. Please refer the attached sample, and I hope it will help you. Thank you Harish Malhotra
-
Sorry for the confusion. This was an old post which looks like the code was mangled. menustyle.css . MenuGrou p { background-color : #3F3F3F ; border : solid 1px black ; border-top-color : gray ; border-left-color : gray ; } .MenuItem { background-color : #3F3F3F ; color : gainsboro ; font-family : verdana ; font-size : 12px ; font-weight : bold ; border : solid 1px #3F3F3F ; cursor : pointer ; } .MenuItemHover { background-color : orange ; color : white ; font-family : verdana ; font-size : 12px...
-
Excellent, I'm glad this was a viable solution. Cheers,
-
I've followed the live menu examples (in this particular case the MS Windows Vista demo code) in order to configure a custom menu with topgroup CSS definitions that should set the background and font color to be different from the menugroup. However the grid is not conforming to the CSS definition for the topgroup. I've tried numerous ways of getting it to do so with no luck. The .TopMenuItem definition is ignored, the font color is picked up from .MenuItem instead. This causes the topgroup...