Closed Bug 16370 Opened 25 years ago Closed 25 years ago

images in form not aligned

Categories

(Core :: Layout: Form Controls, defect, P3)

x86
Windows NT
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: MatsPalmgren_bugz, Assigned: kmcclusk)

References

()

Details

(Whiteboard: Have fix in my tree)

Attachments

(1 file)

In the specified page the "Log off IGM" image in the top navigation bar isn't
aligned with the rest of the images.
Bug occurs in mozilla nightly build 1999-10-13-13-M11 on Windows NT4 SP5.
Bug does not occur in Communicator 4.7 and IE4.
Whiteboard: [TESTCASE]
Attached file testcase
Assignee: karnaze → kmcclusk
Reassigning to Kevin.
The problem is the log off image is displayed using an <IMG> element. the other
images are displayed using <INPUT type=image> elements. The alignment for <INPUT
type=image> is vertical-align:bottom. The alignment is not set for <IMG> in
html.css. If I add the vertical-align:bottom to the img { } style rule the log
off image will display aligned with the other images. I checked Nav 4.61 and it
also aligns the <IMG> to the bottom.
Status: NEW → ASSIGNED
Whiteboard: [TESTCASE] → Have fix in my tree
Target Milestone: M12
Setting vertical-align:baseline for input[type=image] fixes this bug and makes
it compatible with Nav 4.61. Setting <img> to vertical-align:bottom is not
correct.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Fixed in Oct 14, 1999 5:00PM build.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Using the 1999111016 M11 build under NT 4 SP 5, both the original URL and the
testcase Bugzilla attachment do not show up correctly in Seamonkey. Reopening
and clearing resolution.
Status: REOPENED → RESOLVED
Closed: 25 years ago25 years ago
Resolution: --- → FIXED
Changed misspelled vertial-align to vertical-align for input[type=image] in
html.css
QA Contact update.
Marking VERIFIED FIXED on:
- Linux6 2000-03-07-09 Commercial build
- MacOS9 2000-03-07-08 Commercial build
- Win98 2000-03-07-09 Commercial build
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: