Closed
Bug 276725
Opened 20 years ago
Closed 20 years ago
html input type doesnt support text-align style
Categories
(Firefox :: General, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 138403
People
(Reporter: peter.sonntag, Assigned: bugzilla)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7.5) Gecko/20041122 Firefox/1.0 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7.5) Gecko/20041122 Firefox/1.0 the html tag doesnt support the text-align style, meaning there is no possibility to align a text within the input element. as far as a i know there isnt even a workaround in case you want to make a whole navigation with buttons not with links Reproducible: Always Steps to Reproduce: 1. <input type='submit' name='no_matter' value='text is always centered' style='text-align:left;'> 2. 3. Actual Results: <input type='submit' name='no_matter' value='text is always centered' style='text-align:center;'> Expected Results: <input type='submit' name='no_matter' value='text is always centered' style='text-align:left;'>
Comment 1•20 years ago
|
||
*** This bug has been marked as a duplicate of 138403 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•