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?
|
|
|
|
|
|
|
I believe you are looking for the
|
||||||||||
|
|
|
from http://www.pixy.cz/blogg/clanky/css-fieldsetandlabels.html
|
||
|
|
|
|
Take a look at html element fieldset and styles such as these: http://www.cssplay.co.uk/menu/form.html Hope that helps. |
||
|
|
|
|
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. |
||
|
|
|
This will give you what you want
|
||
|
|
|
|
I know a Fieldset uses a layout like that. But i don't think there is a single CSS statement for that. |
||
|
|
|
|
For an excellent article on using fieldsets and legends check out Fancy Form Design Using CSS. |
||
|
|
|
|
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. |
||
|
|