Using the following:

.inpt_txt {
  width: 350px;
  border: 1px solid #999999;
  margin: 0 6px 0 8px;
  padding: 0;
  font-size: 12px;
  background-color: #F4F7FD; }


Works great here:

<input type="text"
        name="myVAR"
        class="inpt_txt">

Works here in IE
No workie here in Firefox:

<input type="file"
        name="myFILE"
        class="inpt_txt">

Ideas?
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to