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;
}
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
Comment #1
traviscarden commentedThis 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).
Comment #3
avpaderno