Results 1 to 4 of 4

Thread: Please Help me create a Simple Combo dropdown box with rollovers

  1. #1
    Join Date
    Oct 2006
    Location
    Central East Coast, Australia
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Please Help me create a Simple Combo dropdown box with rollovers

    Hi There

    I am very new to Javascripting and the last HTML coding I did was about 5 years ago so I am pretty rusty. I have posted this question elsewhere, but maybe it was in the wrong place as I have had not one response.

    I am trying to create a simple Select type combo box that opens a formatted text box when each of the items in the list are rolled over.

    This appeared a simple task when I first decided on it but I am going in circles and nothing is working.

    I don't mind if the text box is in a fixed position on the page or floating or even opens a small new window or popup as long as it works.

    I have tried using ideas from
    http://www.dynamicdrive.com/dynamici...bodescribe.htm
    http://www.dynamicdrive.com/dynamici...pmenuindex.htm
    http://www.dynamicdrive.com/dynamicindex1/popit.htm

    But so far, after many hours of trial, experimenting and testing have produced nothing except a combo box that doesn't do anything.

    Can anyone please help me?

  2. #2
    Join Date
    Sep 2005
    Posts
    882
    Thanks
    0
    Thanked 3 Times in 3 Posts

    Default

    The first link you posted should work "as is". Just pass in the id of a text area.

  3. #3
    Join Date
    Oct 2006
    Location
    Central East Coast, Australia
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by blm126
    The first link you posted should work "as is". Just pass in the id of a text area.
    Thanks for the response.

    Unfortunately the code you described does not use mouseover functions and "passing the id" is where I suspect the problems with my attempts so far lie.

    Also I cannot see where in the code I can specify the position on a page for the text box.

    As you can see your response gets me nowhere further that I have not already tried and failed.

  4. #4
    Join Date
    Oct 2006
    Location
    Central East Coast, Australia
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    So far Nothing

    Getting desperate - Does anyone have anything useful for me?

    I have now tried incorporating code from http://www.dynamicdrive.com/dynamici...pdownview2.htm

    which at least gives a separate box for display of external pages.

    Still can't see how to make this dynamically change on mouseover or even on click from items in the dropdown combo box.

    Also can't see how to place this display box in a particular cell in a table structured page or for that matter specify where the box goes at all.

    Maybe this structure has never been attempted before - even though it would seem a standard item on web pages when it is in a menu form?

    My source now has so many snippets of commented out code in it that I have given up and started with a blank page again so I can at least see what is going on.

    Are all the "experts" too busy or is this apparently simple request too difficult?

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
  •