I have the following HTML:
<div style="30px;">
<table width="100%;">
<tr>
<td>
<SELECT name="guidelinks">
<OPTION SELECTED value="jex6.htm">Page 1
<OPTION value="jex7.htm">My Cool Page
</SELECT>
</td>
</tr>
</table>
When this drop down box is displayed the width is 100%, not 30px, can anyone explain why and how to fix this?
Unofrtunatly I cant edit the code on the CSS