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

5 answers

Ditto Yak, above, but just be aware that SOME versions of some browsers (e.g., some older versions of Internet Explorer) do not handle :hover by anything other than address elements...

2007-08-06 04:38:49 · answer #2 · answered by fjpoblam 7 · 0 0

Yes, easily.

In css:

#rollover {
width: [put the width of image here];
height: [put the height of the image here];
background-image: url('image1.jpg')
}
#rollover:hover {
background-image: url('image2.jpg')
}

in body:


2007-08-06 03:01:31 · answer #3 · answered by Yak 2 · 0 0

Simple example but uses javascript:

answer #4 · answered by E.M.Bed 5 · 1 0

no, it's not possible, but you can use Javascript onMouseOver function...

2007-08-05 23:35:07 · answer #5 · answered by Anonymous · 0 0

fedest.com, questions and answers