|
xx
Mar 8, 2014 6:10:41 GMT -5
Post by Tumbleweed on Mar 8, 2014 6:10:41 GMT -5
<div class="container" style="margin-bottom:6px;"> <div class="title-bar"><center>General</center></div> <div class="content cap-bottom"> <table width="900px"><tbody><tr><td> <div class="box"> <div class="my_title">Title One</div> Content For Box One Goes Here </div> </td> <td> <div class="box"> <div class="my_title">Title One</div> Content For Box One Goes Here </div> </td> <td> <div class="box"> <div class="my_title">Title One</div> Content For Box One Goes Here </div>
</td></tr></tbody><table>
</div></div> <br /><br />
|
|
|
xx
Apr 5, 2014 1:59:21 GMT -5
Post by Tumbleweed on Apr 5, 2014 1:59:21 GMT -5
xxxxxxxxxxxxx
|
|
|
xx
Apr 8, 2014 14:17:12 GMT -5
Post by Tumbleweed on Apr 8, 2014 14:17:12 GMT -5
xxxx
|
|
|
xx
Apr 29, 2014 0:41:55 GMT -5
Post by Tumbleweed on Apr 29, 2014 0:41:55 GMT -5
xx
|
|
|
xx
Apr 24, 2015 17:48:07 GMT -5
Post by Tumbleweed on Apr 24, 2015 17:48:07 GMT -5
<!DOCTYPE HTML> $[tag.html.open] <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>$[title] | $[forum.name]</title> $[head] </head> <body> {if $[maintenance_mode]} <div class="maintenance-header"> {if $[can.disable_maintenance]}<p>Finished with maintenance? $[disable_maintenance_link].</p>{/if} </div> {/if} <div id="wrapper"> <style> /*scroll and stop menu bar*/ .spec_scroll_container{margin:0 auto;width:900px;} .test_content{margin:10px 0;} .scroller_anchor{height:1px; margin:0; padding:0; } .scroller{ margin:0 0 10px; z-index:10000; height:30px; width:900px; } </style> <header> <div class="container"> <div class="test_content"> <div id="banner-container" role="banner"> <h2 id="banner"> $[forum.title] </h2> </div> </div> </div> <div class="scroller_anchor"></div>
<div class="scroller"> <a id="navigation-skip" href="#content" accesskey="s" class="aria-hidden" title="Skip Navigation">Skip Navigation</a> <a href="#" accesskey="d" title="Open Menu" onclick="proboards.hotkeys.activate(Keys.d); return false;"></a> <div id="navigation-menu" class="ui-helper-clearfix"> <ul role="navigation"> {foreach $[navigation.menu]} <li> <a{if $[navigation.menu.active]} class="state-active"{/if} href="$[navigation.menu.href]"{if $[navigation.menu.accesskey]} accesskey="$[navigation.menu.accesskey]"{/if}> $[navigation.menu.name] {if $[navigation.menu.notification.total]} <div class="tip-holder" onclick="window.location='$[navigation.menu.notification.href]'; return false;"> <div class="tip-number">$[navigation.menu.notification.total]</div> <span class="tip"></span> </div> {/if} </a> </li> {/foreach} </ul> <p id="welcome"> {if !$[current_user.is_member]} Welcome Guest. {if $[login_link] || $[register_link]} Please $[login_link]{if $[login_link] && $[register_link]} or {/if}$[register_link]. {/if} {else} <span>Welcome $[current_user.name].</span> $[logout_link] {/if} </p> </div> </div> </header>
$[participated_threads_link] {if $[navigation.tree]} <div id="navigation-tree"> $[navigation.tree] </div> {/if} $[header] <div id="content" role="main"> {if $[notice]} <div class="container"> <div class="title-bar"><h2>$[notice.title]</h2></div> <div class="content pad-all cap-bottom"> $[notice.message] </div> </div> {/if} $[content] $[shoutbox] </div> $[footer] </div>
{if $[is_mobile_browser]} <br /><p class="center">Switch to the $[mobile_switch_link].</p> {/if} </body> </html>
<script> $(window).scroll(function(e) { var scroller_anchor = $(".scroller_anchor").offset().top; if ($(this).scrollTop() >= scroller_anchor && $('.scroller').css('position') != 'fixed') { $('.scroller').css({ 'position': 'fixed', 'top': '0px' }); $('.scroller_anchor').css('height', '20px'); } else if ($(this).scrollTop() < scroller_anchor && $('.scroller').css('position') != 'relative') { $('.scroller_anchor').css('height', '0px'); $('.scroller').css({ 'position': 'relative' }); } });
</script>
|
|
|
xx
Apr 26, 2015 23:59:05 GMT -5
Post by Tumbleweed on Apr 26, 2015 23:59:05 GMT -5
|
|