Closed
Bug 140397
Opened 23 years ago
Closed 23 years ago
Problem with correct Displaying of Grafiks in tables with background
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: Achim-FN, Assigned: karnaze)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; de-AT; rv:1.0rc1) Gecko/20020417
BuildID: 2002041711
On this page http://home.t-online.de/home/520021075803/ you see on the
upper-left a Gif-Picture with a turning "Urmel" in it (its in a table without
border). In the RC1 of Mozilla 1.0 there is a part of the table background
http://home.t-online.de/home/520021075803/mozilla.gif . The Internet Explorer
Displays it correctly http://home.t-online.de/home/520021075803/soll.gif. The
same Problem is with the Buttons below ("Impressum" and "Disclaimer"). Also,
this tow images should be centered, but arrend.
Reproducible: Always
Steps to Reproduce:
1. Go on the Site http://home.t-online.de/home/520021075803/
2. Look left to the Navigation-Bar.
3. Look at the turning "URMEL"
Actual Results: I saw the failure descripted above.
Expected Results: The Image should be displayed correctly, and the "Impressum"
and "Disclaimer" should be centered.
The "Urmel" gif html code:
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0" background="bglogo.png" width="180">
<tr>
<td>
<img src="../pics/screw.png">
</td>
<td>
</td>
<td>
<img src="../pics/screw.png">
</td>
</tr>
<tr>
<td>
</td>
<td>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<a href="../index.htm" target="_parent">
<img src="logo.gif" alt="Urmel Logo" name="logo">
</a>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<img src="../pics/screw.png">
</td>
<td>
</td>
<td>
<img src="../pics/screw.png">
</td>
</table>
![]() |
||
Comment 1•23 years ago
|
||
The page is in standards mode and has single images in table cells... see bug
22274; I suspect that that's what you're running into.
Comment 2•23 years ago
|
||
I dont see any thing in the given URL other than a page with dark blue back
ground. I am marking this bug invalid untill there is a testcase or URL to prove
this is a valid bug.
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•