> Problem: The input text box for "Date Required (mm/dd/yyyy):" appears
> to be aligned justified or right. But that is not in the style sheet.
The firebug extension for Firefox is your best friend. On line 174 of rc.css,
there's this declaration:
#date {
float: right;
text-align: right;
width: 220px;
}
That's your trouble maker.
---Tim
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/