Log In · Register

 
pics
nisha863
post Dec 23 2005, 11:59 AM
Post #1


Member
**

Group: Member
Posts: 26
Joined: Jun 2005
Member No: 153,330



can sum-1 help me make all my pictures on my page black and white please!!!
 
 
Start new topic
Replies
duplicatex0x0x0
post Dec 23 2005, 03:35 PM
Post #2


Senior Member
******

Group: Duplicate
Posts: 1,912
Joined: May 2005
Member No: 137,527



QUOTE
"Filters only work for netscape v. 1-9 and are not firefox compatible."

QUOTE
To add this effect to one image:
<img src="url_to_image" style="filter: gray;">

All images
<style type="text/css">
img { filter:gray; }
</style>

Hovered Images:
<style type="text/css">
img { filter: none; }
a:hover img { filter:gray; }
</style>

Filtered Images, normal when hovered:
img { filter:gray;}
a:hover img { filter: none; }

Just add any of the codes that you wish to use.
 

Posts in this topic
nisha863   pics   Dec 23 2005, 11:59 AM
tcunningham1589   QUOTE"Filters only work for netscape v. 1-9 a...   Dec 23 2005, 03:35 PM


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: