Closed
Bug 274727
Opened 20 years ago
Closed 20 years ago
Rendering problem: Login boxes do not render correctly
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: phil, Unassigned)
References
()
Details
The "Member Number" and "PIN" boxes do not render properly in Firefox. They render correctly in IE. Code: <table class="streethead" style="position: absolute; top: 0px; left: 0px; z- index: 1;" cellspacing=5 width=100% heigth=100%> <tr> <form name="loginform" action="/cgi-bin/cocoweb/streetcar/menu.pl" target="menuframe"> <td rowspan=2 width=300></td> <td align=left valign=bottom>Logged in</td> <td nowrap align=right>Member number</td> <td width=100><input class="anmeld" tabindex=1 type=text name="user" size=7 maxlength=30></td> <td><input class="linkbut link" tabindex=3 type=submit value="Log in " onClick="top.loggin();return false;"></td> <td width=230 rowspan=2></td></tr> <tr><td> <input type="text" name="nutzer" class="trans" size=25> </td><td align=right>PIN</td> <td><input class="anmeld" tabindex=2 type=password name="pin" size=7 maxlength=4></td> <td><input class="linkbut link" type=button value="Log out"onClick="top.logoff ();"></td> <input type="hidden" name="organr" value="32826"> <input type=hidden name="dialognr" value="0"> <input type=hidden name="sel" value="0"> <input type=hidden name="aktion" value="0"> <input type=hidden name="code" value=""> </form> </table>
Comment 1•20 years ago
|
||
You might want to be a touch more specific about what rendering problem you are seeing: other than some differences in padding inherited from the default differences between the two, I don't see a thing, myself.
Assignee: firefox → nobody
Component: General → Layout
Product: Firefox → Core
QA Contact: firefox.general → core.layout
Version: 1.0 Branch → 1.7 Branch
Comment 2•20 years ago
|
||
Marking invalid, since the bug report is missing a description of the problem and of the expected and actual results. Please keep in mind that not everyone has IE around to test with, so the problem description should be usable without IE on hand. Please reopen if you provide more information on the problem.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•