Closed
Bug 101237
Opened 23 years ago
Closed 23 years ago
Stylesheets does not work correctly with <input type="file"> tags
Categories
(Core :: DOM: CSS Object Model, defect)
Tracking
()
People
(Reporter: dennis.birkholz, Assigned: jst)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20010913
BuildID: 2001091303
If you use style-sheets on the <input type="file"> tag, it look very bad. See my
example below
Reproducible: Always
Steps to Reproduce:
1.Create a page with the code I provide
2.Look at this and wonder
3.Look at the same page in IE and see how it should work
<html>
<head>
<style type="text/css">
.test { border-width:1pt; border-style:solid; border-color:#000000; }
</style>
</head>
<body>
<form>
<input type="file" name="myfile" class="test">
</form>
</body>
</html>
Comment 2•23 years ago
|
||
*** This bug has been marked as a duplicate of 52500 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•