PDA

View Full Version : fieldset in IE is not showing up correctly



Tradjick
Mon 15th Aug '05, 10:54pm
I have changed the fieldset in order to have a background color. In additional css definitions, i´ve changed it to this:


.fieldset { margin-bottom: 6px; background:#98B5E2; }

In Opera and Firefox it´s looking exactly how it should (2nd image) but as you can see in the 1st image, IE seems to have a problem with it.

Is there no way to have it looking good in IE too?

DirectPixel
Tue 16th Aug '05, 12:08am
I have changed the fieldset in order to have a background color. In additional css definitions, i´ve changed it to this:


.fieldset { margin-bottom: 6px; background:#98B5E2; }

In Opera and Firefox it´s looking exactly how it should (2nd image) but as you can see in the 1st image, IE seems to have a problem with it.

Is there no way to have it looking good in IE too?
Seems to me like an IE rendering bug with fieldsets.

Zachery
Tue 16th Aug '05, 11:41am
Seems to me like an IE rendering bug with fieldsets.
It is.. :)

I belieeve its fairly well known. Don't have a copy of IE7 to see if its fixed yet. Someone needs to get me in.

Oblivion Knight
Wed 17th Aug '05, 9:27am
Sorry to disappoint, but this is not fixed in IE7 yet..

Tradjick
Wed 17th Aug '05, 6:39pm
Damn IE! :angry:
That´s why i changed at least the fieldsets i have on the homepage to show up correctly.