hi, i have problem with tag <select> in IE, simply: i have two layers with different z-index (it means one is over the second) and have <select> on lower layer...but despite that, <select> shows on top
maybe it looks crazy, in real i have pop-up menu which have z-index e.g. 10 and <select> that is in the common text down the menu is always when menu scroll up over the menu
thx
DrDoc
8:45 pm on Feb 17, 2005 (gmt 0)
Unfortunately you can't do anything about it. Select elements are windowed elements, which means they will render on top of everything else, regardless of whatever trickery you may attempt.
Just one of those things we are forced to live with...