Closed
Bug 223825
Opened 21 years ago
Closed 21 years ago
Filter Opacity not working
Categories
(Core :: Web Painting, enhancement)
Tracking
()
People
(Reporter: olaf, Assigned: roc)
References
()
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
User-Agent: Mozilla/5.0 Galeon/1.2.5 (X11; Linux i686; U;) Gecko/20020809
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20031007
The FILTER Alpha is not working correctly.
<center><div style="position:relative; width:170; FILTER:
Alpha(Opacity=100,FinishOpacity=70,Style=2); z-index: 1;"><a
href=index_pl.php?page=pdf/PDFinfo.php><img src="graphic/KoncertLogo.gif"
width=170 border=0 />
This is also not working in Linux.
Reproducible: Always
Steps to Reproduce:
1.Load this page:
http://www.lilith.pl/index_pl.php?page=pdf/PDFinfo.php
Actual Results:
The text "Lilith Info Ludzie Płyty MP3 Forum Galeria Media
FanClub Księga Kontakt Mapa" is on light blue bar.
In IE it is semi-opaque and the opacity is changing. It work well with IE (tried
5.5 and 6.0)
Expected Results:
Act in the same way as IE.
Reporter | ||
Comment 1•21 years ago
|
||
Attached a sample page with this problem.
Comment 2•21 years ago
|
||
'filter' is a non-standard IE extension.
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → INVALID
Reporter | ||
Comment 3•21 years ago
|
||
Maybe Mozilla should work with this extension?
Is it possible to get the same effect using standard methods?
I want to mail this page owner, but I would like to give him some alternative.
Why is it INVALID?
I want to see this page correctly. As I work with linux 99% time, the solution
to use IE instead, is not for me!
I think, that if mozilla is going to be used by more than 1% of users it needs
to correctly render pages if they render correctly in IE.
Please leave it OPEN, maybe somebody will add support to this extension in the
future.
I have changed the severity to enhancement.
Severity: normal → enhancement
Status: RESOLVED → UNCONFIRMED
Resolution: INVALID → ---
Comment 4•21 years ago
|
||
check bug 109437.
for a fix with Gecko (still non standard), use "-moz-opacity".
Opacity will come CSS3 afaik:
See http://lists.w3.org/Archives/Public/www-style/2001Mar/0165.html
Comment 5•21 years ago
|
||
check working example (wth Gecko) here:
http://www.hixie.ch/tests/adhoc/css/mozilla/opacity/003.xml
Search 'moz-opacity' in bugzilla to find relevant bug reports dealing with perf,
etc.
Comment 6•21 years ago
|
||
This enhancement has been previously suggested and rejected.
*** This bug has been marked as a duplicate of 64019 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago → 21 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
You need to log in
before you can comment on or make changes to this bug.
Description
•