How can I display one style in Safari and a different style in Chrome?
My client is starting to get antsy....so any help would be greatly appreciated. I am having issues with my secondary page header images shifting. It is displaying correctly in Firefox, I haven't been able to check in IE yet w/out access to a PC. It was displaying correctly in Chrome, but shifting in Safari.
I added the "webkit hack" to write a specific css style for Safari, but once I did that....it started shifting in Chrome. What can I do to fix this issue??
http://ai开发者_Python百科rwavetelecom.net/beta/?page_id=2
There's some problem with the way you're using your .clearfix
class that I'm not sure of. If you add a clear:both;
to your .page_line
class it will fix your problem.
You could parse the user agent and pass a different CSS file based on the result. However, it seems like a weird issue that shouldn't happen with proper CSS; can you post the specific bit that doesn't work?
By the way, you should read up on animation queue in jQuery! Hover many times on your menu and it'll keep flashing for a while.
The repositioning of .page_about
is pretty odd. Why don't you just use .custom_title
for the entire header? That wouldn't require such odd re-positioning.
精彩评论