Sign in | Join
Last post 12-20-2009 5:07 AM by asp4mjs. 3 replies.
Sort Posts: Oldest to newest Newest to oldest
.PrettyMenu .AspNet-Menu-Horizontal{ direction :rtl;
}
????
You cannot set this with CSS. You can either set it in the markup:
<asp:Menu Orientation="Horizontal">
or set it in a .skin file using the same syntax.
hi,
u can set like this in .aspx page
<asp:Menu ID="Menu1" runat="server" Orientation="Horizontal"/>
thanl you for all ....