Ok. Point taken. I didn't want to mess around with divs if a select box could be manipulated beyond styling. Why recreate the wheel when select boxes work just fine for some tasks?
On Jul 21, 2:24 pm, jquertil <[EMAIL PROTECTED]> wrote: > can't use a select box (i.e html SELECT tag) because that is all O/S > based. > > you would have to custom-build your popup as divs, position them based > on the element you clicked on and have some conditional statement that > decides whether to pop it at top or bottom of the clicked-on element. > > your questions sounds like you're not too familiar with these details > and I doubt there is a plugin for it. most Select-replacement plugins > simply try to recreate the standard popup behavior. > > HTH