Question

I finally finished my website and low and behold, there are some inconsistencies in webkit based browsers.

My site has issues with certain link images on hover... the Southern University logo near the bottom of the art page, the hotmail, myspace and facebook links on the contact page, and only the images in the "Drawings/Paintings" vertical scrollable move when hovered over (yet all other images don't move on hover, including the images in the other vertical scrollables on the art page).

What could be the cause of this? I'm thinking some kind of CSS deal with webkit, but I'm not totally sure.

Thanks in advance, Aaron Chauvin

Edit: Sorry, forgot to mention I'm testing in Windows Vista Home prem. and Windows 7 Home prem. with the latest builds of Chrome and Safari

Was it helpful?

Solution

Nowhere in the provided CSS directory are you using .SU:hover, are you using javascript for the hover or css?

You can simply add something like:

.SU link:hover { //change image }
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top