Closed
Bug 4588
Opened 26 years ago
Closed 26 years ago
Transparent GIFs not transparent when used in forms
Categories
(Core :: Graphics: ImageLib, defect, P3)
Tracking
()
M5
People
(Reporter: cpratt, Assigned: pnunn)
References
()
Details
If you look at the URI above, you'll see a transparent GIF used as the button to
submit a form. The image displays correctly (ie the black background shows
through its letters and at its corners) if it's described thus:
<img src="gosearch_greenblack.gif">
However, if you describe it this way:
<input type="IMAGE" value="SEARCH" src="gosearch_greenblack.gif" alt="[Find]"
height=18 width=68 border=0><br>
then it has no transparent bits (they are drawn as white instead of black, the
bgcolor specified in this document).
Comment 1•26 years ago
|
||
Hi, Chris ---
I'm confused. Could you possibly explain to my little mind how this is not a
duplicate of 4406?
Thanks!
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Looks like a duplicate to me... I'm marking as such and hoping you'll verify...
*** This bug has been marked as a duplicate of 4406 ***
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•26 years ago
|
||
"If duplicate bug you think it is, duplicate bug it shall be."
--- Yoda the software tester
;)
You need to log in
before you can comment on or make changes to this bug.
Description
•