Only Firefox displays the rounded corners theme

Turn your community with elegantly JomSocial integrated and superiorly designed website
GK User
Tue Dec 28, 2010 10:24 am
Hello,

Only Firefox displays the rounded corners theme Elvesocial. The code "-moz-border-radius" seems to not work in all other browsers (I tested it in IE, Safari and Chrome). The same happens on the demo site Gavick. Is there any solution for this?

Thanks
User avatar
Fresh Boarder

GK User
Tue Dec 28, 2010 10:30 am
The code "-moz-border-radius" don't work on other browsers :) If you want to add rounded corners on other browsers you need to add some extra code like :

Code: Select all
 -moz-border-radius: 12px; /* FF1+ */
  -webkit-border-radius: 12px; /* Saf3-4 */
 border-radius: 12px; /* Opera 10.5, IE 9, Saf5, Chrome */
User avatar
Platinum Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.