Primary Navigation
Adding a Side button to your community
DOCUMENTAION OF SUPPORT CONTACT BUTTON
Can break your site. Be careful.
Attached is the graphic we used:
http://support.igloosoftware.com/download/gallery/contactpng?attachment=1
You can of course make your own.
PUT THIS CODE IN THE FOOTER
(Change URL Accordingly for your graphic, as well as the alt=)
(You can also change the a href= to a URL instead of a mailto, this could be used to direct to another page on the site.
</div>
<div class="grid_6 alpha container-main">
<div id="sidebutton"><a href="mailto:support@igloosoftware.com"><br /> <img style="border: 0px solid #999999;" src="http://support.igloosoftware.com/download/gallery/contactpng?attachment=0" alt="Contact Support" /></a> </div>
</div>
</div>
PUT THIS CODE AT THE BOTTOM OF THE CSS IN THE ADVANCED THEME EDITOR
(If you change left to right it will appear on the other side of the screen.)
/*--------------------------------------------- */
/* >>> Contact Button <<< */
/*--------------------------------------------- */
#sidebutton a {
position: fixed;
left: -5px;
top: 225px;
}
#sidebutton a:hover {
position: fixed;
left: 0px;
}
- 449 views
- 2 versions
- 0 comments
- 0 followers
Page Options
0 Comments
Would you like to comment?
You must be a member. Sign In if you are already a member.