Change role of menu

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
5/18/2011 3:32:12 PM
Gravatar
Total Posts 2

Change role of menu

<div class="art-nav">
       <div class="art-nav-l"></div>
       <div class="art-nav-r"></div>
       <div id="ctl01_SiteMenu1_ctl00" class="AspNet-Menu-Horizontal" style="float: left;">
       <ul class="art-menu static" tabindex="0" style="position: relative; width: auto; float: left;" role="menubar">
</div>
<div style="clear: left;"></div>
</div>

How can i change the style of <ul>   ??

Thanks!!

5/18/2011 4:10:29 PM
Gravatar
Total Posts 18439

Re: Change role of menu

See the article The Trouble with the ASP.NET Menu, I think it has the information you are looking for.

Hope that helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.