Hello Velvet,
As for the two questions about Menu control, here are some of my
understanding and suggestion:
1. I see that there is a way to set the ImageURL, but is there a way to set
it to repeat itself?
==============================
Do you mean the menu item's display image? If so, based on my research,
there is no additional option to custoimze the displaying style of the menu
item image. However, you can consider use the "StaticItemTemplate" and
"DynamicItemTemplate" to provide your own display UI of each menu item.
Thus, you can add <img> or Image control in your item template directly and
provide a custom image which display repeated graphic content.
2. My font is white on an image as the background so is there a way to set
the arrows for the submenu's to white as well?
==============================
Do you mean the popout triangle image? If this is the case, you can use the
"StaticPopoutImageUrl" or "DynamicPopoutImageUrl" property to replace the
original image(black triangle image) to your own one.
#Menu.StaticPopOutImageUrl Property
http://msdn2.microsoft.com/en-us/library/system.web.ui.webcontrols.menu.stat
icpopoutimageurl.aspx
BTW, you can use reflector tool to inspect the System.Web.dll assembly and
you can find the built-in images for Menu control (in the resoruce
collection).
Hope this helps some. Please feel free to let me know if you have any other
consideration.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.