English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

3 answers

You can apply a gray scale filter in onmouseover like this:
function makeGray(i) {
i.style.filter="gray";
}
function makeColor(i) {
i.style.filter="none";
}


But that will only work in IE. To make it work in all browsers you would need a grayscale copy of each picture. You didn't say what platform you are using but you can easily find a php,asp.net or whatever script to convert images for you.

2006-11-06 23:47:28 · answer #1 · answered by abryanb 2 · 0 0

you can do that through java or create two images and use a rollover command in html

look / google for rollover images

2006-11-06 19:45:08 · answer #2 · answered by arus.geo 7 · 0 0

try this one. insert html code. change //path/image_filename



2006-11-06 20:04:41 · answer #3 · answered by Anonymous · 1 0

fedest.com, questions and answers