Click to See Complete Forum and Search --> : Pictured & Select Menu
Makaveli.2003
01-24-2003, 11:38 AM
I got a script that uses a select menu, is it possible as the user changes through the select menu a thumbnail (picture) at side changes as each select menu is browsed?
Can ne1 help or have examples of a script?
Webskater
01-24-2003, 12:38 PM
You could certainly do it by clicking on any item in a list in a <select> box. I don't think you can do it by mousing over. The <select> tag has event handlers (onblur, onchange and onfocus) but I don't thing the <option> tags within the <select></select> tags have event handlers. In which case you will have to select an item in the list to get the adjacent picture to change.
You could populate a textarea with a list and put a link on each item to do the job.
Or, of course, I could be proved wrong in a minute.
Makaveli.2003
01-25-2003, 06:46 PM
Ne1 got ne examples or ne more advice?