Closed
Bug 187159
Opened 23 years ago
Closed 23 years ago
image input not transparent, workaround
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 184810
People
(Reporter: agovrin, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3a) Gecko/20021212
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3a) Gecko/20021212
An input image is displayed with a border and a white background even if the
image is transparent.
Setting the background via a CSS to a color seems to get rid of the border.
Setting the background via a CSS to transparent doesn't help.
Setting the border to "0px ..." (e.g. "0px solid black") fixes the rendering.
NS 7.01 (moz 1.0.2) works fine.
Reproducible: Always
Steps to Reproduce:
1. Create an html page with a form and an image input with a transparent gif
Actual Results:
Image input shows with a border and white background
Expected Results:
Show the image input with no border and transparent background.
Comment 1•23 years ago
|
||
*** This bug has been marked as a duplicate of 184810 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•