Is it possible for avatars?
3 posters
Page 1 of 1
Is it possible for avatars?
Is it possible for avatars, that the corners would be circled on the top, but remain the same? I can't really explain in better, but I'll show what I mean:
It looks like this now: http://kepfeltoltes.hu/161015/aaaaa_www.kepfeltoltes.hu_.png
And I'm wondering that could it look like this: http://kepfeltoltes.hu/161015/bbbbb_www.kepfeltoltes.hu_.png
(phpbb3 forum)
It looks like this now: http://kepfeltoltes.hu/161015/aaaaa_www.kepfeltoltes.hu_.png
And I'm wondering that could it look like this: http://kepfeltoltes.hu/161015/bbbbb_www.kepfeltoltes.hu_.png
(phpbb3 forum)
Re: Is it possible for avatars?
whether you want?
css end
css end
- Code:
.postprofile dt img {
border-radius: 12px 12px 0px 0px;
}
Re: Is it possible for avatars?
Hello,
Yes it's possible but need to use this CSS code:
If you don't want to change right border, delete the second attribute
Yes it's possible but need to use this CSS code:
- Code:
.postprofile dt img {
border-top-left-radius: 1px;
border-top-right-radius: 1px;
}
If you don't want to change right border, delete the second attribute
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum