Closed Bug 3810 Opened 26 years ago Closed 26 years ago

GIF Position rendered incorrectly

Categories

(Core :: Layout, defect, P3)

x86
Windows 98
defect

Tracking

()

VERIFIED WONTFIX

People

(Reporter: Crysgem, Assigned: buster)

References

()

Details

A .GIF encoding of a blue vertical bar, which, properly displayed, appears as a column against the left border of the window, is offset. The .GIF is displaced approximately one barwidth to the right, (incorrectly) serving as a background to some text and traversing the space occupied by another banner .GIF. Runtime environment: Lose98 (4.10.1998), 32 MB RAM, ATI 3D XPression (Mach64) Version: Another bug - entering "about:" in the location field does not trigger the reporting of the version. The build was a .zip file 2544 MB in size, copied c. 0130 PST of Tuesday, March 16, and is currently (0926 PST, March 16) available at ftp://ftp.mozilla.org/pub/mozilla/nightly/last-built/ . This bug is consistent, and is reproducible under any circumstances on this machine.
Target Milestone: M4
Assignee: rickg → kipp
Kipp -- Looks like a layout bug, but there may be a style issue involved. Here's the interested min case: <HTML> <HEAD> <LINK REL="stylesheet" TYPE="text/css" HREF="http://www.spaceviews.com/includes/style.css"> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#330099" ALINK="#0000FF" VLINK="#999999"> <DIV ALIGN=RIGHT> <br><br><br> </DIV> </BODY> </HTML>
Component: Viewer App → Layout
QA Contact: 3853
Status: NEW → ASSIGNED
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → WONTFIX
The gif is in the right spot. Because you specified *margins* for your BODY element in your style sheet, the GIF will be offset by that distance. If you don't want that, try using "padding" instead. Regarding about: url's - they aren't implemented in the current releases yet...
Status: RESOLVED → VERIFIED
Marking Verified/Won't Fix.
You need to log in before you can comment on or make changes to this bug.