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)

x86
Windows 98
defect

Tracking

()

VERIFIED DUPLICATE of bug 17037

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>
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
*** This bug has been marked as a duplicate of 17037 ***
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.