Closed
Bug 17038
Opened 26 years ago
Closed 26 years ago
Font size on a button doesn't work
Categories
(Core :: Layout: Form Controls, defect, P3)
Tracking
()
People
(Reporter: marshall, Assigned: karnaze)
Details
I'm not 100% this is a bug or just my bad coding. But the font size works on
text in a span but not on a button - I believe it did at one time.
Here is a simple example:
<html>
<head>
<style>
#right { font-size: 8pt; }
</style>
</head>
<body>
<span id="right">working pt</span>
<form>
<INPUT type="button" value="Not working pt" id="right">
</form>
</body>
</html>
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•