Frame around avatar
3 posters
Page 1 of 1
Frame around avatar
how to make a frame around avatars, for example all members have same frame at avatar (if can be in this color #333333 and with rounded edges). My forum version is phpBB2 and forum theme is this https://help.forumotion.com/t102515-brown-and-brown size about all avatars will be 100 x 150 not bigger then this.
THANKS
THANKS
Last edited by Amel Nuhanovic on February 4th 2012, 1:51 am; edited 1 time in total
Amel Nuhanovic- Forumember
-
Posts : 152
Reputation : 1
Language : Bosnian
Location : Bosnia and Herzegovina
Re: Frame around avatar
Try this CSS:
- Code:
tr.post a img {
padding: 3px;
border: 1px solid #333333;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
Re: Frame around avatar
This is not perfect, because all image links in a post will be like that... Reccomend to use:*Mare-SBK™* wrote:Try this CSS:
- Code:
tr.post a img {
padding: 3px;
border: 1px solid #333333;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
- Code:
tr.post td[width="150"] a img {
padding: 3px;
border: 1px solid #333333;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
Guest- Guest
Re: Frame around avatar
Why not just use:
Since people might change the width. Thats a silly attirubte to check
- Code:
.poster-profile>a>img {
padding: 3px;
border: 1px solid #333333;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
Since people might change the width. Thats a silly attirubte to check

LGforum- Hyperactive
-
Posts : 2265
Reputation : 264
Language : English
Location : UK
Re: Frame around avatar
well this work guys really thanks, but how to move now little right that frame with avatar at centar, because he is showed little at left side, i mean he little left, and if can that frame line around avatar be bigger little...ask please what you need from me i will post here about this


Amel Nuhanovic- Forumember
-
Posts : 152
Reputation : 1
Language : Bosnian
Location : Bosnia and Herzegovina
Re: Frame around avatar
Try this CSS instead:
- Code:
.poster-profile>a>img {
padding: 3px;
border: 2px solid #333333;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
box-shadow: 2px 2px 2px #888;
margin: 3px auto;
width: 90%;
}
LGforum- Hyperactive
-
Posts : 2265
Reputation : 264
Language : English
Location : UK
Re: Frame around avatar
its work thanks really
Amel Nuhanovic- Forumember
-
Posts : 152
Reputation : 1
Language : Bosnian
Location : Bosnia and Herzegovina

» R.I.P Avatar Frame
» Avatar and frame around it
» frame poster avatar
» CSS code to make a frame around the avatar
» Test Frame Animated Avatar
» Avatar and frame around it
» frame poster avatar
» CSS code to make a frame around the avatar
» Test Frame Animated Avatar
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum