A Fieldset Alternative
Tags:
Fiedsets are an easy way to add some separation between content and clearly define areas within a webpage. However, if you wish to add a background to them it can be rather problematic with Internet Explorer. The background appears to spill above the fieldset to the top of the legend.
To see what I mean take a look at the screen shot below of a fieldset on IE6.
There are a couple of ways that you can address the problem.
Fieldset Alternative
This is a fieldset alternative, it uses a relatively positioned div for the main container and a absolutely positioned div for the pseudo legend.
The HTML
The CSS
Fieldset
Thanks a lot! Works like a charm:)
>_>
Simple solution: Don't use IE! Its for retards!