Admin Admin
Posts : 71 Join date : 2014-04-29
| Subject: Widgets to top of forum Tue May 19, 2015 1:47 pm | |
| - Code:
-
[list=margin-right: 0px; padding-right: 0px; padding-left: 40px; list-style: none; color: rgb(13, 112, 13); font-family: monospace; font-size: 12px; line-height: 14.399999618530273px; white-space: nowrap; background-color: rgb(240, 247, 252); margin-left: -5em !important;][size=12][*] [*]</td></tr></table> [*] </div></td></tr></table> [*] <style> [*] .bodylinewidth, #content-container #left { [*] margin-bottom: auto; [*] margin-left: auto; [*] margin-right: auto; [*] margin-top: auto; [*] width: 95%; [*] } [*] </style> [*] <table class="bodylinewidth" width="90%" cellspacing="0" [*]cellpadding="0" border="0" align="center"><tr><td> [*] <table cellpadding="0" cellspacing="0" width="95%" class="three-col"><tr><td > [*] <div> [*] http://www.punbb.biz/t736-html-make-your-forum-widgets-on-top-and-bottom-instead-of-right-and-left | |
|
Admin Admin
Posts : 71 Join date : 2014-04-29
| Subject: Re: Widgets to top of forum Tue May 19, 2015 1:51 pm | |
| | |
|
Admin Admin
Posts : 71 Join date : 2014-04-29
| Subject: Re: Widgets to top of forum Tue May 19, 2015 1:52 pm | |
| http://help.forumotion.com/t68974-how-do-you-make-a-widget-float-and-follow-the-page-when-you-scrollCreate a new widget and set "Use a table type" to "No". Now put the following code inside the "Widget source" area and save it. - Code:
-
<table style="position:fixed; top:50px; left:50px;" class="portal" width="100%" align="center" border="0" cellpadding="1" cellspacing="1"><tbody><tr><td class="column" valign="top" width="20%"> <table class="forumline" width="100%" border="0" cellpadding="0" cellspacing="1"><tbody><tr><td class="catLeft" height="25"><span class="genmed module-title">Index</span></td></tr><tr><td class="row1" align="left"><div style="text-align: justify;"><ul><li><font size="2"><a style="font-family: Comic Sans MS;" href="http://eldritcheponym.rpgdynasty.com/portal.htm?pid=3&sid=073a92782198026c7f0e176c36c5b170#MissionStatement">Mission Statement</a></font></li><li style="font-family: Comic Sans MS;"><font size="2"><a href="http://eldritcheponym.rpgdynasty.com/portal.htm?pid=3&sid=073a92782198026c7f0e176c36c5b170#AboutEE">About Eldritch Eponym</a></font></li><li style="font-family: Comic Sans MS;"><font size="2"><a href="http://eldritcheponym.rpgdynasty.com/portal.htm?pid=3&sid=073a92782198026c7f0e176c36c5b170#LinkshellGuidelines">Linkshell Guidelines</a></font></li><li style="font-family: Comic Sans MS;"><font size="2"><a href="http://eldritcheponym.rpgdynasty.com/portal.htm?pid=3&sid=073a92782198026c7f0e176c36c5b170#FFXI&FFXIVRules">FFXI & FFXIV Rules</a></font></li><li style="font-family: Comic Sans MS;"><font size="2"><a href="http://eldritcheponym.rpgdynasty.com/portal.htm?pid=3&sid=073a92782198026c7f0e176c36c5b170#Looting">General Lot Rules</a></font></li><li style="font-family: Comic Sans MS;"><font size="2"><a href="http://eldritcheponym.rpgdynasty.com/portal.htm?pid=3&sid=073a92782198026c7f0e176c36c5b170#FFXILot">FFXI Lot Rules</a></font></li><li style="font-family: Comic Sans MS;"><font size="2"><a href="http://eldritcheponym.rpgdynasty.com/portal.htm?pid=3&sid=073a92782198026c7f0e176c36c5b170#FFXIVLot">FFXIV Lot Rules</a></font></li><li style="font-family: Comic Sans MS;"><font size="2"><a href="http://eldritcheponym.rpgdynasty.com/portal.htm?pid=3&sid=073a92782198026c7f0e176c36c5b170#HowToJoinUs">How To Join Us...</a></font></li><li style="font-family: Comic Sans MS;"><font size="2"><a href="http://eldritcheponym.rpgdynasty.com/portal.htm?pid=3&sid=073a92782198026c7f0e176c36c5b170#NamingPolicy">Naming Policy</a></font></li><li style="font-family: Comic Sans MS;"><font size="2"><a href="http://eldritcheponym.rpgdynasty.com/portal.htm?pid=3&sid=073a92782198026c7f0e176c36c5b170#Avatars&Signatures">Avatars & Signatures</a></font></li><li style="font-family: Comic Sans MS;"><font size="2"><a href="http://eldritcheponym.rpgdynasty.com/portal.htm?pid=3&sid=073a92782198026c7f0e176c36c5b170#Ventrilo">Ventrilo Server Info<br></a></font></li></ul></div>
</td></tr></tbody></table></td>
Last edited by Admin on Tue Jul 14, 2015 9:54 am; edited 1 time in total | |
|
Admin Admin
Posts : 71 Join date : 2014-04-29
| Subject: Re: Widgets to top of forum Tue May 19, 2015 1:53 pm | |
| http://help.forumotion.com/t117809-floating-sidebarCSS - Code:
-
.Mjgbales { position: fixed; bottom: 200px; right: -35px; padding: 15px; background-color: black; border: 1px solid white; border-radius: 20px; transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; } .Mjgbales:hover { position: fixed; right: 0px; bottom: 200px; } new widget - Code:
-
<div class="Mjgbales"> Here<br> Goes<br> Your<br> Content</div> | |
|
Sponsored content
| Subject: Re: Widgets to top of forum | |
| |
|