Additional Info |
---|
Type
|
Package ID
dwd2000:fieldsetquotes
|
First Created
April 21, 2009, 03:03:19 AM
|
Last Updated
April 22, 2009, 03:17:28 PM
|
Quote/* These are the settings for the Fieldset Quotes. */
/* Edit to your liking. */
/*At this time Internet Explorer users will ONLY SEE SQUARE CORNERS. */
fieldset {
position: relative;
margin-top:5px;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
padding:20px;
border: 2px solid red;
background-color: white;
}
/* The background colour in the legend will fill the whole legend */
/* You CAN have a different colour than the fieldset */
legend {
position:absolute;
top: -.7em;
left: .5em;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
background-color: white;
border: 1px solid red;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 1px;
}
/* End of Fieldset Quotes. */