Custom Buttons
Custom Buttons
http://help.forumotion.com/t103943-touch-social
How do I add custom buttons there?
For example, this button:
How do I add custom buttons there?
For example, this button:

Re: Custom Buttons
You want to replace the images with your own buttons?


Attention!
- Please provide your forum URL at all times.
- When the issue is solved, please y it as solved.
Sir Chivas™- Support Moderator
-
Posts : 6810
Reputation : 433
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||
Re: Custom Buttons
- Code:
<div class="CLASS" onclick="location.href="LINK">
</div>
The HTML code
- Code:
.class{
background: url(URL OF IMAGE);}
The CSS code
Change CLASS from the div and LINK . and from code .class and url image : ex
- Code:
<div class="jax" onclick="location.href="/u37410">
</div>
- Code:
.jax{
background: url(http://r29.imgfast.net/users/3412/19/22/63/avatars/37410-2.jpg);}
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum