Hover prob with webkit browsers

It doesn’t work in IE9 at all…it flashed once, but doesn’t do anything else… :frowning:

Hi Maya,

So, I think I got to the bottom of your IE problem.

You currently have this in your CSS stylesheet:

a.photo_link { position:absolute; display:block; top:5px;  width:296px;  height:402px;  z-index:600; border:solid 1px yellow; }

Change it to this:

a.photo_link { position:absolute; display:block; top:5px;  width:296px;  height:402px;  z-index:600; border:solid 1px yellow; background:url('http://upload.wikimedia.org/wikipedia/commons/c/ce/Transparent.gif');}

Now when you hover over the image in Internet Explorer, you should see the previous and next arrows.

Does that work for you?

I just set up a VM and installed WinXP Pro SP2.
I downloaded and installed the latest version of Chrome, but unfortunately, cannot reproduce your original error :frowning: