inherit
148659
0
Jul 6, 2022 3:47:58 GMT -8
pitbull1896
109
October 2009
pitbull1896
|
Post by pitbull1896 on May 6, 2013 16:10:58 GMT -8
Forum URL: mfzv5-beta.freemessageboards.comI would like to have my shout box level with my forum but I can't seem to find the right combinations of options to make it happen. I added the following to the sidebar code: <div id="move-shoutbox"></div> and this code to the footer: <script type="text/javascript"> $(document).ready(function() { $('#move-shoutbox').append($('div.shoutbox.container.full')); }); </script> Any help would be greatly appreciated.....
|
|
inherit
148659
0
Jul 6, 2022 3:47:58 GMT -8
pitbull1896
109
October 2009
pitbull1896
|
Post by pitbull1896 on May 7, 2013 13:10:02 GMT -8
|
|
inherit
148659
0
Jul 6, 2022 3:47:58 GMT -8
pitbull1896
109
October 2009
pitbull1896
|
Post by pitbull1896 on May 7, 2013 18:48:43 GMT -8
Can someone please help me out? I just want to have my shoutbox to either the left or right of my forum using the sidebar......
|
|
inherit
(?)?
188910
0
Jan 26, 2013 13:30:48 GMT -8
♥ ℒʊ√ ♥
Clouds float into my life no longer to carry rain or usher storm but to add color to my sunset sky.
10,458
January 2013
luv
|
Post by ♥ ℒʊ√ ♥ on May 7, 2013 20:54:10 GMT -8
Like mine? live-learn-luv.boards.net/If so, do this ~ Place the red wherever you want the shoutbox to appear.
<div id="move-shoutbox"></div>
And the code below should go in your Global Footer.
<script type="text/javascript"> $(document).ready(function() { $('#move-shoutbox').append($('div.shoutbox.container.full')); }); </script> Hope this helps.
|
|