Closed
Bug 83087
Opened 24 years ago
Closed 24 years ago
translucent gifs in external html files not rendering correctly
Categories
(Core :: Graphics: ImageLib, defect)
Tracking
()
People
(Reporter: psych3, Assigned: pavlov)
References
()
Details
(Whiteboard: DUPEME)
Using build 2001052104 translucent gifs used as screens display as a solid
black. The screens are contained with in a table, the main screen renders
correctly but the edges render as black. NS6 and IE5+ render them correctly.
Heres the code I am using in the external loaded files.
<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body id="bodyHTML" onLoad="parent.displayPage(); parent.textTransform()">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td background="leftblackedge.gif" width="24"><img src="blank.gif"
width="24" />
</td>
<td background="blackscreen.gif" width="620">
<br />
<p class="header">Menu 1 Sub 1</p>
<img src="pointer1.gif" alt="DHTML Ruler" />
<p class="main"> Put your content here</p>
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
<td background="rightblackedge.gif" width="10">
<img src="blank.gif" width="24" />
</td>
</tr>
</table>
</body>
</html>
Comment 2•24 years ago
|
||
Yep. Closer to the original bug than some other dups.
*** This bug has been marked as a duplicate of 50974 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Comment 3•24 years ago
|
||
Comment 4•24 years ago
|
||
No.. this is GIF-related, caused by libpr0n landing.. it is a DUP though, not
sure which bug number.
You need to log in
before you can comment on or make changes to this bug.
Description
•