See test version... Looks good in FireFox (3.6.24 MAC) but box shadow on rollover (:hover) isn't working with Safari (4.1.3 MAC). And, I'm not sure about ie.
Maybe try relocating your box shadow and pseudo to the outer div instead of the a tag?
When looking through the inspector in Chrome, I don't see any of the a:hover being applied.. like it's not being recognized? But it is in FF and IE, hmm...
In IE, with the Filter style, it adjusts for the size of the shadow and then pushes your element. I would remove it in IE.
Maybe a plain border on hover for ie 7 and 8 would be simpler. I'll try moving the hover style to the "DIV" instead of the "a" link to fix the Safari issue.
Hmm... it might be because you have a dozen or so CSS errors.
Open up the console in firebug and enable the logging of CSS errors, find them in your css and correct them. One of them might be the root of your issue. There's is a bug somewhere and FF is able to compensate and Safari isn't.
@Hompimpa The fourth value is spread. This is a pretty handy property that acts in a similar way to a border. It is 0px by default, so it doesn't actually need to be declared.
Looks good in FireFox (3.6.24 MAC) but box shadow on rollover (:hover) isn't working with Safari (4.1.3 MAC). And, I'm not sure about ie.
Any suggestions?
Thank you,
CM
Using different value examples, but all achieving the same look:
*Note: This will not work with any older versions of IE.
But it's still not working in Safari 4.1.3. Could it have something to do with the box-shadow being applied to an "a" tag?
When looking through the inspector in Chrome, I don't see any of the a:hover being applied.. like it's not being recognized? But it is in FF and IE, hmm...
In IE, with the Filter style, it adjusts for the size of the shadow and then pushes your element. I would remove it in IE.
Open up the console in firebug and enable the logging of CSS errors, find them in your css and correct them. One of them might be the root of your issue. There's is a bug somewhere and FF is able to compensate and Safari isn't.
Test Site...
IE 7 is still acting funny - any ideas? I tried adding display inline for ie 7 but it's not working.
CM