Results 1 to 2 of 2

Thread: Change Tabs Menu Location

  1. #1
    Join Date
    Sep 2005
    Posts
    44
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Change Tabs Menu Location

    I would like to put this menu:

    http://www.dynamicdrive.com/dynamici...bmouseover.htm

    on the right side of my page.

    is it possible?

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    What do you mean exactly?

    Moving the text lnks themselves would be easy. I'm not looking at the code right now, but I think they're just links with an "onMouseover" attribute. You could put that entire <a href... onmouseover....>text</a> tag WHEREVER you want on the whole page. *I think*.

    However, that doesn't include where the text/links are displayed below it.


    What do you want exactly? "Right side" could mean right align or like:
    link1
    link2
    link3
    as opposed to "link1 link2 link3"
    ...vertically displaying the text. That seems a bit awkward.


    Anyway, looks like it's something to do with ilayers and divs. Just move that whole chunk of code whereever you want, and you could also probably change the width/height, but note that that will have issues if it doesn't fit your text any more. In other words, if you make the width less, make the height more. Or something like that.


    I'm still not sure what you're asking, exactly.

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
  •