hello,
I have a little problem, I have this form that I want to use, everything is fine except for the <input type="file"/> tag.
I just don't understand, why the element doesn't take the css rule. The problem is that it display different in IE and Firefox.
I like it to look they way it does in IE, that is the way I intended it to look like.
http://www2.bc.edu/~olibar/sh2/
andHTML Code:<tr> <td class="labelcell"><label>Upload Project Doc.:</label></td> <td class="fieldcell"><input name="browse" type="file" class="button" tabindex="14" title="Browse..." size="19" /></td> </tr> <tr> <td class="labelcell"><label>Vendor Quote name:</label></td> <td class="fieldcell"><input name="cpassword" type="text" tabindex="15" title="Confirm Password" size="30" maxlength="20" /></td> </tr> <tr> <td class="labelcell"><label>Quote total:</label></td> <td class="fieldcell"><input name="cpassword" type="text" tabindex="16" title="Confirm Password" size="20" maxlength="15" /></td> </tr> <tr> <td class="labelcell"><label>Upload Quote Doc.:</label></td> <td class="fieldcell"><input name="browse" type="file" class="button" tabindex="17" title="Browse..." size="19" /></td> </tr> <tr> <td> </td> <td class="fieldcell"><input name="submit" type="submit" class="button" tabindex="18" title="Submit data" value="Submit" /></td> </tr>
Thank youCode:.button { font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; background-color: #D7E5F2; color: #3670A7; margin-right: 4px; margin-top: 3px; margin-bottom: 2px; } .fieldcell { background-color: #F2F7FB; color: #000000; text-align: right; margin-right: 0px; padding-right: 0px; }
Ramiro







Bookmarks