Results 1 to 4 of 4

Thread: drop down menu

  1. #1
    Join Date
    Mar 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default drop down menu

    1) Script Title: Drop Down Menu

    2) Script URL (on DD):
    http://www.dynamicdrive.com/dynamici...pmenuindex.htm

    3) Describe problem:

    Hi, I am using this script. My Site is written in - 'right to left' language -.
    the script is for 'left to right' languages.

    how can i change the script in order that the drop down menu will open like this:

    'Right to left' word
    <---------------X
    <---------------X
    <---------------X


    thanks.

  2. #2
    Join Date
    Sep 2005
    Location
    India
    Posts
    1,627
    Thanks
    6
    Thanked 107 Times in 107 Posts

    Default

    Add the highlighted line in the mentioned CSS ID

    Code:
    #dropmenudiv{
    position:absolute;
    border:1px solid black;
    border-bottom-width: 0;
    font:normal 12px Verdana;
    line-height:18px;
    z-index:100;
    text-align: right;
    }
    And the menu item orientation will be changed from left to right

  3. #3
    Join Date
    Feb 2008
    Location
    Cebu City Philippines
    Posts
    1,160
    Thanks
    17
    Thanked 277 Times in 275 Posts

    Default

    Or direction:rtl; in the same div as codeexploiter mentioned will do.
    Learn how to code at 02geek

    The more you learn, the more you'll realize there's much more to learn
    Ray.ph!

  4. #4
    Join Date
    Mar 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    thanks.
    but i still have a problem.

    the text inside the drop nenu framework is in "rtl", and it's ok.

    but the whole drop menu (his framework) are not in a position that oriented
    to 'right to left' word.

    the menu starts at the left side of the word, and become longer to the right side.

    while i want that it will be like this:
    the menu fromework dropes down from the right side of the word and become longer to the left:
    __________word
    ---------------
    |<<========|
    |<<========|
    ---------------


    thanks again/.
    Last edited by r_a; 03-16-2008 at 09:18 AM.

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
  •