The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

avatar cirlcle problem

2 posters

Go down

avatar cirlcle problem Empty avatar cirlcle problem

Post by balu December 15th 2015, 8:19 am

Hi.,
In my forum i use this code for making avatars in circle

Code:
.user-basic-info a img {
  background:#FFF;
  height:100px;
  width:100px;
  border-radius:100px;
  box-shadow:0 2px 3px rgba(0, 0, 0, 0.5), 0 -1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow:0 2px 3px rgba(0, 0, 0, 0.5), 0 -1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5), 0 -1px 1px rgba(0, 0, 0, 0.1);
  padding:3px;
}
.mini_ava img, .lastpost-avatar img {
  background:#FFF;
  border-radius:100px;
  box-shadow:0 2px 3px rgba(0, 0, 0, 0.5), 0 -1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow:0 2px 3px rgba(0, 0, 0, 0.5), 0 -1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5), 0 -1px 1px rgba(0, 0, 0, 0.1);
  padding:3px;
}

But it showing correctly in chrome only.
Im using opera mini and uc browser , but avatar not showing correct in that circle
Forum : http://kbzteam.forums1.net
Version : Punbb


In this help forumotion forum avatar showing correctly in all browser.
Help me to fix this code work avatar circle correctly in all browser
balu
balu
Forumember

Male Posts : 72
Reputation : 2
Language : english
Location : India

http://www.kbzteam.forums1.net

Back to top Go down

avatar cirlcle problem Empty Re: avatar cirlcle problem

Post by SarkZKalie December 15th 2015, 10:15 am

Find "border-radius" in your this CSS and replace with
Code:
-webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;


avatar cirlcle problem Sarkzk10
SarkZKalie
SarkZKalie
Support Moderator
Support Moderator

Male Posts : 1407
Reputation : 218
Language : English

https://rotavn.forumotion.com/

Back to top Go down

avatar cirlcle problem Empty Re: avatar cirlcle problem

Post by balu December 17th 2015, 8:23 am

@SarkZKalie
Its not working..
balu
balu
Forumember

Male Posts : 72
Reputation : 2
Language : english
Location : India

http://www.kbzteam.forums1.net

Back to top Go down

avatar cirlcle problem Empty Re: avatar cirlcle problem

Post by balu December 20th 2015, 5:49 pm

Bumps !
balu
balu
Forumember

Male Posts : 72
Reputation : 2
Language : english
Location : India

http://www.kbzteam.forums1.net

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum