Closed
Bug 148779
Opened 22 years ago
Closed 22 years ago
<input type="file"> with css width and height renders wrong (file upload)
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
People
(Reporter: matthias.redl, Assigned: rods)
Details
Attachments
(2 files)
An input that has a stylesheet applied, like below
<INPUT NAME="paperfile" TYPE="file" class="Input300x19">
where the stylesheet defines width and height:
<style type="text/css">
<!--
.Input300x19 { height: 19px; width: 300px}
-->
</style>
looks totally weird. The button is positioned incorrectly, the width doesn't fit.
Reporter | ||
Comment 1•22 years ago
|
||
Reporter | ||
Comment 2•22 years ago
|
||
sorry, the first gif had only 2 colors
Comment 3•22 years ago
|
||
That's because the input does not exactly fit in the CSS box model....
*** This bug has been marked as a duplicate of 52500 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•