I was just wondering how you make the background of the menu transparent?
I have used an image for the menuitems(see develsite.coffsccs.nsw.edu.au), but it has a whitebackground around it and I can't seem to get rid of it.
I have read some articles on changing the itemspacing and padding values to 0 but I want to remove the background color all together.
Any ideas would be much appreciated.
thanks
Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.
Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.
Hello Darren,
I assume that you are using an image to display it as an item background when the mouse cursor hovers over the item. If so, a browser will show the default background until the image is loaded. I recommend you set a background color similar to the loaded image color. A user will see the background of the same color until the image is loaded.
Alternatively, you can use a sprite to customize the item background. The sprite should be loaded when some page element needs to display its part of the sprite image. As a result, the browser will not need to load any additional image when the mouse cursor hovers over the menu item.
If you have any other questions, you are welcome to contact us at any time.
Best regards,
Vladimir