Tony Scott wrote:
> I have a SELECT element...
> ...Now I have been asked if I can get the drop down to
> open automatically...
A SELECT element is not a "drop down", even though it MAY BE represented as
one:
"Visual user agents are not required to present a
SELECT element as a list box; they may use any other
mechanism, such as a drop-down menu"
http://www.w3.org/TR/html401/interac...ml#edef-SELECT
You could always use the SIZE attribute (even on a select-one element)...
--
Dave Anderson
Unsolicited commercial email will be read at a cost of $500 per message. Use
of this email address implies consent to these terms. Please do not contact
me directly or ask me to contact you directly for assistance. If your
question is worth asking, it's worth posting.