|
-
Nov 23rd, 2004, 11:36 AM
#1
Thread Starter
Junior Member
Dropdown list box quick question
Hi,
Is it possible to have a drop down list box already open on page load and for it to close as usual when a selection is made, rather than to click on it to open it?
it is because I have limited space on the page to put the drop downs elsewhere and the postion its in now is not always obvious to the viewer as to what to do next. If it was already open with the categories displayed it might make it easier.
the link below to demonstrate the issue.
http://www.imagerealm.co.uk/search_f1.asp
many thanks,
Rob.
-
Nov 23rd, 2004, 11:55 AM
#2
Frenzied Member
You can't do this with a normal combobox, you could emulate a combobox with a div and css, and hide/show that one with display: none;/display: block;
Jop - validweb.nl
Alcohol doesn't solve any problems, but then again, neither does milk.
-
Nov 23rd, 2004, 12:10 PM
#3
Thread Starter
Junior Member
Jop,
do you have a demo example I could see and the code to go with? as I'm not sure how to do this.
Cheers Rob.
-
Nov 23rd, 2004, 12:21 PM
#4
Frenzied Member
I have to leave now, so I did a quick google search:
http://www.google.com/search?q=show+...en-US:official
and this came up
http://www.csscreator.com/css-forum/ftopic1263.html
Think those links should get you started!
Jop - validweb.nl
Alcohol doesn't solve any problems, but then again, neither does milk.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|