Closed
Bug 374871
Opened 19 years ago
Closed 19 years ago
Works opposite of internet explorer, transparancy shows when it shouldnt.
Categories
(Toolkit :: View Source, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: terryjr24, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.2) Gecko/20070219 Firefox/2.0.0.2
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.2) Gecko/20070219 Firefox/2.0.0.2
My page when opened in internet explorer does not have transparancy ( and was designed not to have it). When viewing in Mozilla Firefox the code or something is wrong in this browser and has this one reverse effect. A friends page I visited that was made to have transparancy, was solid and it didnt show transparent. So evidently the firefox browser is opposite on reading certain code on myspace profiles regarding transparancy issues? Or atleast thats what im seeing. I included a link to a page that does this, take the same link and put it in internet explorer and you can clearly see what I am talking about when viewing this page. Thanks, just thought I would let you know about it. Great browser!!!!
Reproducible: Always
Steps to Reproduce:
1.just log into the url I provided
2.then use internet explorer and go to the same url
3.compare the visual transparancy difference, which also works in the opposite direction on pages which should be transparent, but appear solid.
Comment 1•19 years ago
|
||
The source gives this...
table table table td {
background-color: rgb(0, 0, 0);
filter:alpha(58);
..-opacity:0.58;
opacity:0.58;
-khtml-opacity:0.58;}
... among other things. The service you're using (pimp-my-profile.com) has decided to give both Webkit (Safari) and Gecko (Firefox) transparent background colors on those various squares. IE displays it without the transparency because they don't yet support it.
Resolved -> Invalid.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
Updated•19 years ago
|
Status: RESOLVED → VERIFIED
| Assignee | ||
Updated•17 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•