|
Post by bass5098 on Mar 27, 2007 17:31:29 GMT -5
This code will remove the forum jump. place it in the global footer for it to be gone globaly or main footer for just the main page.
<script type="text/javascript"> <!--
document.write('<style type="text/css"><!--#forumjump { display: none; }--></style>');
//--> </script>
|
|
|
Post by dberg20 on Mar 27, 2007 22:22:15 GMT -5
What is the point!? Why not use straight CSS to do it? It is absolutely pointless to put it in JavaScript, unless you want the users to have to wait longer.
There is no point in starting a script and write()ing it, when you could use css.
<style type="text/css"> <!-- #forumjump { display: none; } //--> </style>
|
|
|
Post by bfg15000 on Apr 1, 2007 13:35:35 GMT -5
Don't bother berg. It is his code. You write a different version
|
|