Jump to content

IE hates my forms


S@m

Recommended Posts

A mix of html/css question.I built my form the usual way.

<fieldset><legend>Title</legend><div class="frm_element">  <label for "whatever">Label</label>  <input type="whatever"></div></fieldset><fieldset><legend>Title</legend><div class="frm_element">  <label for "whatever">Label</label>  <input type="whatever"></div></fieldset>

The problem is when I have 2 fieldsets and/or show/hide some div's in the form, IE will shift my form divs around a little when you mouse over them. Is this a bug? The page validates, so I'm not sure what else is causing it. I looked around for bugs, but get nothing of interest. Has anyone ever run into this before?

Link to comment
Share on other sites

Can we see the CSS? There may be a :hover pseudoclass causing a style change...

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...