« Back to the HTML Forum

is there a way to put a color filter over blinkies/stamps only?

Posted by ventiz

posted

Forum: HTML Group

ive been trying to find a way by using blurbs or blurb images but they go on behind the images or everywhere that has a img url. any way to get a overlay over em?


Report Topic

1 Reply

Reply by God

posted

you could give all tha imagez you wanna put a filter over their own id, i.e.


<img src="url" id="filter">

<style>

#filter {
[your filter code here lolz]
}

</style>


Permalink Report Reply