News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

-moz and -webkit?

Started by SimpMode, July 30, 2014, 09:38:55 PM

Previous topic - Next topic

ARG01

Quick question for my theme design colleagues, rivals, etc.

With today's modern browsers, do you find it necessary to still use "-moz and -webkit" when writing custom CSS?

For example:

When creating a border radius in the past I have used code such as;

-moz-border-radius: 0 0 6px 6px; -webkit-border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px;

but lately I have noticed more and more designers sticking with just;

border-radius: 0 0 6px 6px;

I currently don't have Opera but it seems to function just fine in the latest Firefox, IE and Chrome. Should we still be concerned with older versions of IE when it comes to CSS code? Or should we just move on with modern times?

Since this is more of a general inquiry than a need for support, feel free to move to Chit Chat if need be.

;)
No, I will not offer free downloads to Premium DzinerStuido themes. Please stop asking.

Antes

Some old versions tried to use their own prefixes but that fail :P you are pretty much support 90% of all browsers with just using general term like border-radius / background-image: linear-gradient etc... Those prefixes dropped with FF29+/Chrome 10+

You can find many more useful information here: http://caniuse.com/

Advertisement: