Previous versions of Safari do not support shorthand values for different border radius values. they all have to be the same or list each one longhand. You can’t use:
-webkit-border-radius: 5px 5px 0 0;
it has to be:
-webkit-border-top-left-radius:5px; -webkit-border-top-right-radius:5px; -webkit-border-bottom-left-radius:0; -webkit-border-bottom-right-radius:0;
And you can also set multiple box shadows in the same declaration with different values. I use inset at the end of the declaration and it works in every modern browser.
box-shadow: 0 1px 1px #333, 1px 1px 3px #333 inset;
Also don’t be afraid to bust out some rgb:
border-radius: 0 1px 1px rgb(255,255,255);
Or (doesn’t work in IE of course) rgba that includes opacity:
border-radius: 0 1px 1px rgba(255,255,255, 0.2);
+1 but there are a lot of users with this browser still surfing the webMicrosoft will release IE9 in a couple of days. Let IE6 rest in peace. Or we should consider to support Netscape 4?I say let ALL versions of IE rest in peace. IE9 isn’t going to be any different, trust me.![]()
Sounds like a personal problem to me. 
I followed you, now dance like a monkey and entertain me! 
Microsoft will release IE9 in a couple of days. Let IE6 rest in peace. Or we should consider to support Netscape 4?![]()
I say let ALL versions of IE rest in peace. IE9 isn’t going to be any different, trust me.
My portfolio is trash, and badly designed. Please don’t look at them.ive bought all your graphic river items, cc item, and 1/3 wp themes, got monolith bookmarked to buy next![]()
Sweet, thanks for all the support! 
Not even going to bother. IE can piss off. 
I do both, especially now that most of my stuff is HTML5 markup. Use a reset and set your own as you go.
My portfolio is trash, and badly designed. Please don’t look at them. 
It seems to be nitpicking to me here. If they want you to remove the copyright, then remove it. You’re coming off as a little bit sore and cranky over being rejected. We’ve all been there, man.
It’s actually a perfectly valid point and your statement is very misinformed.
I own the copyright to code, style and graphics I create and sell on this marketplace and the purchaser only buys a license to use said items, not inherit copyright.
I’m not going to remove it simply because a reviewer says so.
Do not support it, and IE7 is hanging by a thread also.
