[–] chrisbroadfoot 15y ago ↗ Seems extremely buggy.I chose box-shadow, 5px horizontal, 5px vertical, 3px blur, #fff color, and it gave me invalid CSS: -webkit-box-shadow: px 3px ; -moz-box-shadow: px 3px ; box-shadow: px 3px ; [–] bgrins 15y ago ↗ A couple of sites that have similar functionality:http://css3please.com http://www.css3maker.com [–] user24 15y ago ↗ worked fine for me with those settings. Fx 3.6.12 OSX 10.6.4
[–] bgrins 15y ago ↗ A couple of sites that have similar functionality:http://css3please.com http://www.css3maker.com
[–] pkulak 15y ago ↗ No -webkit-border-radius? [–] mcrittenden 15y ago ↗ Doesn't seem to be needed in recent webkit builds (for example, an up to date Chrome/Chromium works fine with plain old border-radius). Can anybody comment on if it's still a good idea to include that rule or not, perhaps for older webkit versions? [–] mrchess 15y ago ↗ What version of Chrome do you run? I still can't get "border-radius" to work in Chrome. That being said I still shove that -webkit tag everywhere. [–] chrisbroadfoot 15y ago ↗ Current stable release (7.0) doesn't require -webkit prefix for border-radius.
[–] mcrittenden 15y ago ↗ Doesn't seem to be needed in recent webkit builds (for example, an up to date Chrome/Chromium works fine with plain old border-radius). Can anybody comment on if it's still a good idea to include that rule or not, perhaps for older webkit versions? [–] mrchess 15y ago ↗ What version of Chrome do you run? I still can't get "border-radius" to work in Chrome. That being said I still shove that -webkit tag everywhere. [–] chrisbroadfoot 15y ago ↗ Current stable release (7.0) doesn't require -webkit prefix for border-radius.
[–] mrchess 15y ago ↗ What version of Chrome do you run? I still can't get "border-radius" to work in Chrome. That being said I still shove that -webkit tag everywhere. [–] chrisbroadfoot 15y ago ↗ Current stable release (7.0) doesn't require -webkit prefix for border-radius.
[–] chrisbroadfoot 15y ago ↗ Current stable release (7.0) doesn't require -webkit prefix for border-radius.
7 comments
[ 4.5 ms ] story [ 23.7 ms ] threadI chose box-shadow, 5px horizontal, 5px vertical, 3px blur, #fff color, and it gave me invalid CSS:
http://css3please.com http://www.css3maker.com