Closed
Bug 277614
Opened 20 years ago
Closed 20 years ago
CSS width does not work on <input type="file"> widgets
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 132565
People
(Reporter: mozilla.org, Unassigned)
Details
Attachments
(1 file)
|
356 bytes,
text/html
|
Details |
style="width: 300px" does not work with <input type="file"> widgets, e.g., <input type="file" style="width: 300px"> should create a file input box 300px - the button size; instead, it stays at the default size. <input type="file" size="80"> works as expected, but is not precise nor accurate across other platforms or browsers. See upcoming test-case for an example.
| Reporter | ||
Comment 1•20 years ago
|
||
Comment 2•20 years ago
|
||
Bug 132565 improper resizing of the file input *** This bug has been marked as a duplicate of 132565 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•