vote up 0 vote down star

I have a form:

<form>
<div id=content> form content (fields, etc) </div>
<div id=buttons> 
  <table>
    <tr>
      <td>submit button</td>
      <td>cancel button</td>
    </tr>
  </table> 
</div>
</form>

When I display error messages, the content div gets a bit bigger in height to fit in the error messages.

The weird thing is, in IE7 ONLY, the buttons div gets pushed down as it should, but the buttons remain fixed, thus the top content div is overlapping the buttons by a bit!! HOWEVER, if I move my mouse over the buttons (I assume it's triggering a hover?), they move themselves down.

wtf?

flag
Impossible to know what's going on without seeing your CSS as well. – bigmattyh Jul 27 at 16:51
need css. there could be floated elements, there could be relative positioning, the secret ghost of ie could be moving your elements around. we can't tell much without the full picture. the best answer you'll get as of right now is a good guess, which may or may not work. – geowa4 Jul 27 at 17:13

1 Answer

vote up 0 vote down

You could try using this to see if a forced redraw will correct things.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.