I am not a css expert but IE 6 dont work like firefox or IE 7.
maybe the problem is your div structure.
look your html
[SCR] <DIV class=wrapperAttribsOptions>
<H4 class="optionName back"><LABEL class=attribsSelect
for=attrib-1>Colors</LABEL></H4>
<DIV class=back><SELECT id=attrib-1 name=id[1]> <OPTION value=5
selected>Light Steel Gray</OPTION> <OPTION value=3>Red</OPTION>
<OPTION value=1>White</OPTION></SELECT> </DIV><BR
class=clearBoth></DIV>[/SCR]
try delete the <DIV class=back> before the select and should be work



