Forum Moderators: not2easy
Here is the stripped down code:
<html>
<head>
<style>
#form
{ width: 303px; overflow: auto; height: 200px; }
</style>
</head>
<body>
Fill in below:
<div id="form">
<form method="GET" name="my_form" action="whatever.html">
<select name="numresults" size="1">
<option>Show 20 results</option>
<option selected>Show 50 results</option>
<option>Show 100 results</option></select>
</form>
</div>
</body>
</html>
I already tried the z-index NN7 solution mentioned at [webmasterworld.com...] to no avail.
Thanks,
AuGuR
I'm sorry I cannot see this in IE6..on the code snippet you posted..
and that other post you referred to was NN7 specific only and now that I've tested on NN7 it must've been a version specific bug there because it's not present in NN7.1 anymore..
however in this case I think we'll need some more code for the rest of you div and anything before/after/inside it that may be positioned .. or is there positioning involved in the form div?
The boxes don't show up unless I click where they are supposed to be.
Suzy