Using the display property, HTML elements become interchangeable from a styling perspective. This doesn't seem to be the case for fieldset and legend, however.
Is it possible to style other HTML elements to look like fieldset and legend?
|
feedback
|
|
The previous answer is incorrect, if you want to see why try this:
AFAIK there is no way to have that border-disruption effect that the Clarification: I don't know of any way to position a block or inline element such that it straddles the visible border of its containing block element, and then causes the container element's border to be broken behind its box. That's what a | |||||||
feedback
|
|
Sure, for example: a DIV element with a border and a child heading element with the background color set positioned to overlap the DIV's border would look just like a fieldset and legend. Very basic example:
| |||||
feedback
|
|
This works pretty good, but ie6 will act a bit strange if the background is an image, nothing a conditional comment couldn't fix. Tested in IE6-8, FF3.6, Safari 5, Chrome 5
| |||
|
feedback
|