Well, after some fiddling, I still can't the drop down boxes to the right of the option names, even when I got their alignment right.
Code:<div class="wrapperAttribsOptions" style="float:left;"> <h4 class="optionName"><?php echo $options_name[$i]; ?></h4> <div class="options"><?php echo "\n" . $options_menu[$i]; ?></div> </div>
Code:.options { float: left; text-align: left; } .optionName { text-align: right; float: right; }



Definitely appreciated!

