Results 1 to 4 of 4

Thread: position a javascipt menu on html page

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

    Default position a javascipt menu on html page

    I've been experimenting with more complex menus. I've created one that curves left as it goes down so I need to position it about 200px from the left page border. I can't figure out how to insert the menu at a particular spot on the page. The html page which is generated by the script always has the menu at the top left. How do I place it? There is something I'm not getting.
    Thanks

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Hard to say without seeing your page. I'd try:
    Code:
    style="position:relative;left:200px"
    as an attribute in the tag of the element containing the menu.
    PLEASE: Include the URL to your problematic webpage that you want help with.

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

    Default

    I don't know where to put that tag.
    I have a web page, but don't know how to incorporate the .htm document that contains the menu. I'd like to be able to dissociate the code that controls the menu from the .htm it's in. I wish I could drop the menu into the page I have but it isn't a graphic.
    I could start with the .htm page that contains the menu and build around it but I'd like to put the menu in a layer (I'm using Dreamweaver) so I can put graphics behind it.

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

    Default

    I figured it out. Spent a few hours experimenting. Managed to figure out what was the essential code and put it in a table which I can then manipulate all sorts of ways. whew!

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
  •