Forum Moderators: not2easy
### Page with the OPTION fields in the SELECT field ###
If refreshed using the browser button (without clearing cache) will make the left hand css column appear at the bottom
:: ::
<select name="amount">
<option value="5" selected="selected">£5</option>
<option value="10">£10</option>
<option value="20">£20</option>
<option value="30">£30</option>
<option value="50">£50</option>
<option value="100">£100</option>
</select>
### Page without the OPTION fields in the SELECT field ###
Keeping the SELECT field but without it's options seems to resolve the problem...
:: ::
<select name="amount"></select>
Does anybody have a take on what the problem could be? Thanks for your time.
[edited by: SuzyUK at 12:52 pm (utc) on Jan. 17, 2008]
[edit reason] Please No URI's [/edit]
Links have been removed (please read [webmasterworld.com]) - but in the interests of a warm welcome, and to save going down the wrong path..
I took a look at both pages, and saw the problem (dropping left column) on BOTH :( - So I'm not so sure it's the options.. could it be the form itself?
if you can definitively narrow it to the form, where it doesn't happen with plain content in that column, try removing the default margins off the form. if that doesn't help post the skeleton structure, a minimum code sample showing the problem.
-Suzy