Hey guys, i have some problem.... i've desinged a web site using some css3 syntax " -webkit-transform, -moz-box-shadow" i've realized that these syntax cant work in IE and others browser... anyone can help me ? Thanks before
As FinalHuntMedia said, the CSS 3 specification isn't even out of draft yet (nor will it be for at least another 5 years at this rate). Yet that hasn't stopped the browser developers from implementing it using proprietary extensions. What does this mean? It means you shouldn't use them on mission-critical aspects of your Web site. Use them to "dress up" or enhance certain aspects of your Web site's design, but make sure you already have a solid design implementation first (in other words, build your site, then add on the proprietary syntax).
Yep css3 is all cool but not all browsers support it yet. People will keep using these non css3 browsers for a while so try to avoid it.