I want to create a box like this with title:
Can any one please let me know if there is a default CSS tag to do this? Or do I need to create my custom style?
|
feedback
|
|
I believe you are looking for the
| |||||||||||
feedback
|
|
from http://www.pixy.cz/blogg/clanky/css-fieldsetandlabels.html
| |||
|
feedback
|
|
I can't believe no one's correcting your common mistake - the tag doesn't look like anything, it's just markup. You can make any combination of tags look like the picture you showed - a header and a paragraph, a term and definition... whatever. | |||
|
feedback
|
|
This will give you what you want
| |||
|
feedback
|
|
As far as I know (correct me if I'm wrong!), there isn't. I'd recommend you to use a div with a negative-margin-h1 inside. Depending on the semantic structure of your document, you could also use a fieldset (HTML) with one legend (HTML) inside which approximately looks like this by default. | |||
feedback
|
|
If you are not using it in forms, and instead want to use it in an non-editable form, you can do this via the following code -
And in the CSS file
| |||
|
feedback
|
|
I know a Fieldset uses a layout like that. But i don't think there is a single CSS statement for that. | |||
|
feedback
|