Thanks that does the trick. I wonder if you can help me with the next issue with this example. If you shrink the window size down, the div for the notes will push the field elements down and I wonder what the best way to handle that. Not so bad on this form but on others it is more an issue.
I tried adding to make the div a layer using z-index but that did not have the desired effect. Not sure really if that would be best anyway but think it may be the only option.
Main Topics
Browse All Topics





by: ThaSmartUnoPosted on 2007-06-09 at 12:24:48ID: 19249515
Changing the position:absolute to position:relative seems to work in ff 2 + ie7 (although I don't have an accessible computer right now with ie6 to test)
this is in the "form fieldset div.notes " section in your css.