Anyone have any experience with using background images on fieldsets? Seems that IE and FFox treat the fieldset areas differently when it comes to tiled background images (and background colors for that matter)? The problem is where the acutal image or color starts. In FFox, it starts at the beginning of the fieldset border. In IE, it seems to start at the beginning of the fieldset bouding box, which is about 5px above the fieldset border.

You can put a <div> around the body of the fieldset and apply the background image to that..

<fieldset style="padding:0;"><legend>the legendary legend</legend><div
style="background: green;padding:5px;">This is the contents. Blah blah blah.</div></fieldset>

I'm not sure there's a way to achieve consistency without changing the html, though.

Good luck,
Jesse
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to