I 'mostly' use fieldset and legend on input forms, so included is that CSS as 
well.  
I think I'm also using fieldset in one of my image galleries. you might try 
adding
background images (perhaps a gradient) to the legend.

Better requires definition - in whose eyes?

/* FORM BUTTON INPUT LABEL LEGEND FIELDSET */
fieldset
{
 border: #ccc dashed 1px;
 margin: 0px;
}

fieldset p { margin: .25em; }

legend
{
 font: bold 0.9em Arial, Helvetica, sans-serif;
 border: #26a solid 1px;
 background: url(gradient.gif) #fff;
 color: #fff;
 margin: 0px;
}

form p label {
 font: bold 0.9em Arial, Helvetica, sans-serif;
}

label
{
 width: 30%;
 float: left;
 text-align: right;
 clear: both;
 padding: 0 10px 0 0px ;
}

.submit
{
 font-size: .9em;
 background-color: #feb;
 border: 1px #9cf outset;
 align: center;
 margin: 10px 0 10 0;
}

Steve LaBadie wrote:

>Does anyone have any tricks or tips on how to make a fieldset/legend
>look better?
>  
>

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to