Combobox, gradient and graphic

liunx

Guest
Hi!<br />
<br />
Why comboboxes on the form are displayed above other elements? I use filter Gradient for filling a background of page and at scrolling these fields are not scrolled, and remain on a place and erased by other elements. <br />
<br />
Help something!!! <br />
<br />
Here the text...<br />
<br />
<html> <br />
<head> <br />
<title>Page</title> <br />
</head> <br />
<br />
<body bgcolor="#FFFFFF" style="filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#3399ff, EndColorStr=#FFFF99)"> <br />
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1"> <br />
<tr> <br />
<td width="33%">&nbsp;</td> <br />
<td width="33%"> <br />
<form> <br />
<input type="text" name="T1" size="20"></p> <br />
<p><input type="checkbox" name="C1" value="ON"></p> <br />
<p><select size="1" name="D1"></select></p> <br />
<p><textarea rows="2" name="S1" cols="20"></textarea></p> <br />
<p><select size="1" name="D2"></select></p> <br />
<p><input type="submit" value="1" name="B1"><input type="reset" value="2" name="B2"></p> <br />
</form> <br />
<p>&nbsp;</td> <br />
<td width="34%">&nbsp;</td> <br />
</tr> <br />
<tr> <br />
<td width="33%">&nbsp;</td> <br />
<td width="33%">&nbsp;</td> <br />
<td width="34%">&nbsp;</td> <br />
</tr> <br />
<tr> <br />
<td width="33%">&nbsp;</td> <br />
<td width="33%">&nbsp;<p>&nbsp;</p> <br />
<p>&nbsp;</p> <br />
<p>&nbsp;</p> <br />
<p>&nbsp;</p> <br />
<p>&nbsp;</p> <br />
<p>&nbsp;</p> <br />
<p>&nbsp;</p> <br />
<p>&nbsp;</p> <br />
<p>&nbsp;</p> <br />
<p>&nbsp;</p> <br />
<p>&nbsp;</p> <br />
<p>&nbsp;</p> <br />
<p>&nbsp;</p> <br />
<p>&nbsp;</p> <br />
<p>&nbsp;</p> <br />
<p>&nbsp;</p> <br />
<p>&nbsp;</td> <br />
<td width="34%">&nbsp;</td> <br />
</tr> <br />
</table> <br />
</body> <br />
</html><!--content-->huh? you made you browser small enough to see that? anyway, the selectbox is a windowed-element. it actually isn't controlled normally like other elements, it is sitting on top of all them and it seems since you use a IE only code that it erases those elements. my guess is that it will do the same to a object element as well.<br />
<br />
there is no fix for this<!--content-->
 
Back
Top