I am currently doing the front end for a site with looooads of forms, all styled up and looking pretty in IE, but I\'ve just noticed that in Firefox the file input fields ar
Use cheat code ( # ) infront of the attribute of css class say:
form.CollateralForm input, form.CollateralForm textarea { width:300px; //for firefox #width:200px; //for IE7 _width:100px; //for IE6 font-size:1em; border: solid 1px #979797; font-family: Verdana, Helvetica, Sans-Serif; }