Closed
Bug 386868
Opened 18 years ago
Closed 17 years ago
Input type="button" AND style="text-decoration:underline;" don't work. XHTML 1.0
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
RESOLVED
DUPLICATE
of bug 219516
People
(Reporter: Gabri, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; it; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.0; it; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4
If I create a button (on a page with doctype xhtml 1.0) with input tag and with attribute style="text-decoration:underline;" it dosen't work.
The button text isn't underlined.
Button - Example:
<input style="text-decoration:underline; width: 33px;" value="U" name="addbbcode2" id="addbbcode2" class="button2 btnmain" type="button">
If I use HTML 4.0 it works.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Expected Results:
The button value MUST be underlined!
Updated•18 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 2•17 years ago
|
||
Can you fix it in firefox3?
Status: RESOLVED → UNCONFIRMED
Flags: blocking-firefox3?
OS: Windows Vista → All
Hardware: PC → All
Resolution: DUPLICATE → ---
Updated•17 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago → 17 years ago
Resolution: --- → DUPLICATE
Updated•17 years ago
|
Flags: blocking-firefox3?
You need to log in
before you can comment on or make changes to this bug.
Description
•