PDA

View Full Version : Fieldset


hughesmi
09-07-2002, 12:40 PM
Can the feildset line be colored?

I have tryed to change it , the dull standard one.


Mike


<html>

<head>
<title>New Page 1</title>
</head>

<body>
<fieldset>
<legend>Title in here.</legend>
<blockquote>
<br>
<br>
Words words words.
</blockquote>

</fieldset>
</body>

</html>
:confused: :confused:

beetle
09-07-2002, 04:21 PM
No, at least not in IE for sure, becuase the fieldset is a OS object that the browswer uses, just like SELECT, INPUT type-checkbox, and INPUT type=radio. I know that Moz uses it's own widgets for checkboxes and stuff, but I never tried the fieldset....

You CAN change the format of the LEGEND, but that's it