![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Is there a simple JavaScript that would solve the problem? |
#3
| |||
| |||
|
|
As you might know, IE doesn't support the :hover pseudo-class on every tag (just the "a" tag AFAIK) Is there a simple JavaScript that would solve the problem? |
#4
| |||
| |||
|
|
img ... onmouseover="if(this.style){this.style.borderColor ='red';}" onmouseout="if(this.style){this.style.borderColor= '';}" |

#5
| |||
| |||
|
|
*Kerberos* <me (AT) privacy (DOT) net>: As you might know, IE doesn't support the :hover pseudo-class on every tag (just the "a" tag AFAIK) Is there a simple JavaScript that would solve the problem? Well, there is Dean Edwards's IE7, which features that and more. |
#6
| |||
| |||
|
|
Well, there is Dean Edwards's IE7, which features that and more. http://dean.edwards.name/IE7/ "Dynamic Pseudo-Classes" http://dean.edwards.name/IE7/compati...r-dynamic.html |

#7
| |||
| |||
|
|
Thanks, I'm used this in a previous site, but I was looking for another solution because it's a little heavy, because there as quite a lot of photos... |
#8
| |||
| |||
|
|
Em Mon, 10 Jan 2005 23:03:34 GMT, Michael Winter M.Winter (AT) blueyonder (DOT) co.invalid> escreveu: img ... onmouseover="if(this.style){this.style.borderColor ='red';}" onmouseout="if(this.style){this.style.borderColor= '';}" Thanks, I'm used this in a previous site, but I was looking for another solution because it's a little heavy, because there as quite a lot of photos... I think I'll just forget it, because it doesn't decrease accessibility. It'll look just nicer in browsers like Opera this time ![]() |
![]() |
| Thread Tools | |
| Display Modes | |
| |