Above the board:
- Quote:
-
<div class="category floatbox" style=" width:150px; left:auto; right:10px; position:fixed; bottom:10px; top:auto; margin:0;"></div> <table class="cat_head"> <tr> <td valign="top" width="10%" style="vertical-align:top; background: none" id="shoutside"> </td> <td valign="top" width="90%" style="background: none">
Below the Board
- Quote:
-
<script type="text/javascript"> function move_shoutbox() { $("#shoutwrap").parent().appendTo("#shoutside").wrap("<div id='portal'></div>"); }if ($('#shoutwrap').length) { move_shoutbox(); } else { /* created by Holysavior of ZNR Shoutbox on all pages */ $.get(main_url + 'site/', function(sb) { $('#main').prepend($('#shoutwrap', sb).parent()); move_shoutbox(); $('#shoutpost').submit(function() { var txt = $('#shoutpost :text'); shoutPost(txt.val()); txt.val(''); return false; }); $('#shoutrefresh').click(shoutGrab); }); } </script>
</td> </tr> </table>
|