View Single Post
  #1 (permalink)  
Old Oct 20th, 2006, 00:32
jhappeal jhappeal is offline
Up'n'Coming Member
Join Date: Jun 2006
Location: Florida
Age: 29
Posts: 52
Thanks: 0
Thanked 0 Times in 0 Posts
css image filters

I am trying to apply Filter: Gray to a background image

For example:

a.someclass {
background-image: url('images/someimage.gif');
background-repeat: no-repeat;
background-position: center left;
filter: gray;
}

I do not think this is possible but maybe someone smarter than I knows a work around to make this happen.
Reply With Quote