| Author |
css query: image opacity
|
devika cha
Greenhorn
Joined: Dec 17, 2003
Posts: 23
|
|
How do i make an image look faint in color or look very light in color inspite of original image being bright color? Is there a way atleast??? [ February 23, 2005: Message edited by: Bear Bibeault ]
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
Easiest solution is to use two images, but you can do a search for filters. Google:css filter image Eric
|
 |
Eugene Lucash
Ranch Hand
Joined: Feb 19, 2005
Posts: 77
|
|
|
Filters are good solution for this, but it works in IE only.
|
 |
devika cha
Greenhorn
Joined: Dec 17, 2003
Posts: 23
|
|
|
thanks for your replys.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56204
|
|
The following style class definition works on all modern browsers that I tested except for Opera and OmniWeb: The filter rule applies for IE (Windows and Mac), and the opacity rule applies for Safari, Mozilla, Firefox and Netscape.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: css query: image opacity
|
|
|