how change the direction of AspNet-Menu-Horizontal

Last post 12-20-2009 5:07 AM by asp4mjs. 3 replies.

Sort Posts:

  • how change the direction of AspNet-Menu-Horizontal

    12-19-2009, 7:23 AM
    • Member
      point Member
    • asp4mjs
    • Member since 12-19-2009, 7:22 AM
    • Posts 2

     .PrettyMenu .AspNet-Menu-Horizontal
    {
     direction :rtl;

    }

    ????

  • Re: how change the direction of AspNet-Menu-Horizontal

    12-19-2009, 8:55 AM
    • Member
      738 point Member
    • Aquaren
    • Member since 11-21-2009, 12:37 PM
    • Posts 140

    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.


  • Re: how change the direction of AspNet-Menu-Horizontal

    12-19-2009, 9:01 AM
    • Member
      402 point Member
    • Rakeshkr
    • Member since 10-09-2009, 10:55 AM
    • Bangalore
    • Posts 82

    hi,

    u can set like this in .aspx page

    <asp:Menu ID="Menu1" runat="server" Orientation="Horizontal"/>

  • Re: how change the direction of AspNet-Menu-Horizontal

    12-20-2009, 5:07 AM
    • Member
      point Member
    • asp4mjs
    • Member since 12-19-2009, 7:22 AM
    • Posts 2

    thanl you for all ....

Page 1 of 1 (4 items)