css image filters

This is a discussion on "css image filters" within the Web Page Design section. This forum, and the thread "css image filters are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Oct 20th, 2006, 00:32
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

  #2 (permalink)  
Old Oct 20th, 2006, 07:56
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: css image filters

The filter property only works in IE, but it won't validate. CSS isn't your solution to this, but the PHP GD library does have something like this if I'm not mistaken.
Reply With Quote
  #3 (permalink)  
Old Oct 20th, 2006, 20:42
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Skype™ to ukgeoff
Re: css image filters

You would be safer all round if you applied the filter effect in a graphics package and then used the resultant image.
Reply With Quote
Reply

Tags
filters

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Ever needed a vector-image of a pixel-image? delusion Graphics and 3D 2 Nov 12th, 2007 02:46
[SOLVED] multiple image rollover not restoring image snappy JavaScript Forum 4 Nov 5th, 2007 14:38
Domain blocked by spam filters - anything I can do? Absinthe Minded Webforumz Cafe 18 Aug 31st, 2007 21:12
Background image overlaping footer image at bottom of div lw_d Web Page Design 4 Mar 21st, 2006 00:27


All times are GMT. The time now is 04:18.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43