The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
How to make round avatars in VB 3.8
I need for round avatars in VB 3.8
|
#2
|
||||
|
||||
You can add the following in your additional css file:
Code:
a.postuseravatar img, .primary img { border-radius: 50%; } |
2 благодарности(ей) от: | ||
In Omnibus, MarkFL |
#3
|
||||
|
||||
it does not work
|
#4
|
||||
|
||||
Can you be more specific?
Try changing the border-radius attribute to 100%. Add the following to your additional css: border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%; -o-border-radius: 100%; |
Благодарность от: | ||
Lynne |
#5
|
||||
|
||||
Do you have a custom style? If so, we may need a link to view your site and suggest the needed CSS for you.
|
#6
|
||||
|
||||
Quote:
--------------- Added [DATE]1498510449[/DATE] at [TIME]1498510449[/TIME] --------------- Quote:
it does not work |
#7
|
||||
|
||||
Are you adverse to editing your templates? The reason I ask is that your avatar image tag has no class associated with it (nor do any elements immediately above it) and so that makes it more difficult to write some CSS for it.
You can try this though and see if it effects anything else it isn't supposed to: HTML Code:
.alt2 a:link img {border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; -o-border-radius: 50%}; |
3 благодарности(ей) от: | ||
In Omnibus, Mandushi, Max Taxable |
#8
|
||||
|
||||
Oh bummer man .... works on my style so it must be your custom style like Lynn says ...sorry my Man
|
#9
|
||||
|
||||
Quote:
Thank you very much |
#10
|
||||
|
||||
I think the reason yours didn't seem to work for the guy, but Lynne's did has to do with the browser the guy was using - Lynne gave browser-specific CSS, covering all the bases. This stuff isn't browser-agnostic anymore like it used to be.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|