Welcome Guest [Log In] [Register]

Title Here

Wow! A floating box... a floatbox!
Add Reply
Shoutbox on Sidebar
Topic Started: Oct 25 2010, 02:41 AM (674 Views)
Kigs
Administrator
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>

Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · General Discussion · Next Topic »
Add Reply