In IE8 the fieldset-legends aren't positioned correctly (on this page for example: admin/settings/performance). Looks like it needs a top and left property:

fieldset .fieldset-legend {
position:absolute;
top: 5px;
left: 12px;
}

Comments

traviscarden’s picture

Status: Active » Fixed

This appears to no longer be a problem in the latest dev version. Just make sure IE isn't in compatibility mode (which would make it behave like IE7).

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

avpaderno’s picture

Version: 6.x-1.0-beta11 » 6.x-1.x-dev
Issue summary: View changes