mkrausnick
Programmer
I'm learning about css-styled forms from the excellent site Design Meltdown. I want to have a data entry form on a page on which there is already a site search form in tne navigation bar.
I get that I need to enclose the data entry form in a DIV with a class selector (<div class="dataentry"> for example). My question is what's the CSS syntax for designating that the CSS FORM declaration should apply only to forms with a classname of "dataentry"?
Thanks greatly,
Mike Krausnick
Dublin, California
I get that I need to enclose the data entry form in a DIV with a class selector (<div class="dataentry"> for example). My question is what's the CSS syntax for designating that the CSS FORM declaration should apply only to forms with a classname of "dataentry"?
Thanks greatly,
Mike Krausnick
Dublin, California