Results 1 to 6 of 6

Thread: All Levels Navigational Menu - ALign to Right

  1. #1
    Join Date
    May 2008
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default All Levels Navigational Menu - ALign to Right

    1) Script Title:
    All Levels Navigational Menu
    2) Script URL (on DD):
    http://www.dynamicdrive.com/dynamici...menu/index.htm
    3) Describe problem:
    I managed to align the whole menu to the right. Now I want the sub-menu items to be aligned to the right ( the menu is in Hebrew).
    COuld you specify the line(s) in the correct css file in which i should implement the changes, if possible.
    Any help is welcome!
    Thank you all.

  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Check this thread out, it may help.
    http://www.dynamicdrive.com/forums/s...ad.php?t=37048
    Jeremy | jfein.net

  3. #3
    Join Date
    May 2008
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    figured it out by myself :
    for every item in the submenu you have to add:
    <div align="right"> and </div> - like this
    <li><div align="right"><a href="http://www.abccc.com/aboutus.htm">company</a></li></div>
    then all the submenu items alighn to the right

  4. #4
    Join Date
    Sep 2008
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I tried it but it doesn't change anything.
    what can I do?

  5. #5
    Join Date
    Jan 2006
    Location
    Ft. Smith, AR
    Posts
    795
    Thanks
    57
    Thanked 129 Times in 116 Posts

    Default

    I would use this...

    Code:
    <div style="margin: 0 0 0 auto; text-align:right;">
    Div content here...
    </div>
    --------------------------------------------------
    Reviews, Interviews, Tutorials, and STUFF
    --------------------------------------------------
    Home of the SexyBookmarks WordPress plugin

  6. #6
    Join Date
    Sep 2008
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I want the direction of then openning items to be from right to left,
    because the menu is on the right of the page and I want the items to be spread on the page from right to left.
    I did what you sugguest me but it doesn't help.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •