Login Register






Circular change avatar button - MyBB filter_list
Author
Message
Circular change avatar button - MyBB #1

Simple enough.

Need the code?

CSS
Code:
#toppfi { float: right; transition-duration: 0.5s; } #toppfi:hover { opacity: 0.5; }

HTML
Code:
<div id="toppfi"><a href="{$mybb->settings['bburl']}/usercp.php?action=avatar"><img src="{$mybb->user['avatar']}" height="70px" width="70px" style="border-radius: 50%/50%; border: solid black;"></a></div>
[Image: BXqGARG.png]

Reply