posted 1739753246
Forum: HTML Group
View Topics View Profile
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
posted 1739999512
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