CSS3 Generator
css3generator.com
CSS3 Generator
1–8 of 8 posts
Re: CSS3 Generator
#2I 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 ;Re: CSS3 Generator
#3Seems 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 ;
Re: CSS3 Generator
#4Seems 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 ;
Re: CSS3 Generator
#5Re: CSS3 Generator
#6No -webkit-border-radius?
Re: CSS3 Generator
#7No -webkit-border-radius?
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?
Re: CSS3 Generator
#8Earlier quoted context omitted.
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?
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.