Closed
Bug 64028
Opened 24 years ago
Closed 24 years ago
Text in search button is not formated correctly.
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
People
(Reporter: aldaniel, Assigned: rods)
References
()
Details
Hello,
The text in the button labled "start here" on my school's page is no centered
when rendered by Mozilla. This is not the case for IE or Communicayor 4.7. I
noticed that if you remove the line...
.form { text-indent: 2em; }
from the page, the problem is fixed.
The version of Mozilla I am using is the latest build (12/31/00).
So that you may repeat the error, I will paste the HTML from the page below,
with extraneous tags removed.
<html>
<head>
<style type="text/css">
<!--
.form { text-indent: 2em; }
<hidden>
ATTENTION!
The line above is where the problem is located. I do not know HTML very
well, but I do know that this works in IE and Communicator, but not Mozilla.
If you delete the line, then the text in the button is rendered correctly.
</hidden>
-->
</style>
</head>
<!-- BEGIN SEARCH FORM -->
<tr><td colspan="2" valign="bottom" height="100">
<p><br><form method=GET action="http://">
<div class="services">
</div>
<p class="form"> <input NAME="q" type="text" size="20" maxlength="50"></p>
<p class="form"> <input type="submit" name="Submit" value="Start Search">
</p></font></form>
</td>
</tr>
</body>
</html>
Comment 1•24 years ago
|
||
I think this page is running into bug 51968. Could you check if it causing the
problem? Thanks,
Fabian.
I agree, this seems to be bug 51968.
Thanks
Al
*** This bug has been marked as a duplicate of 51968 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Verified dupe of bug 51968: "align=center should override text-indent"
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•