Please login or register. Welcome to the Studio, guest!


Quick Links:


newBookmarkLockedFalling

Chris

Chris Avatar

******
Head Coder

19,519


June 2005
<script type="text/Javascript">
// Remove Menu Spacing by Chris
// Do not redistribute without permission of the creator

var menu = document.getElementById("menu_button_bar");
menu.innerHTML = menu.innerHTML.replace(/>[\s\n\r\t]+</g,"><");
menu.parentNode.parentNode.parentNode.cellPadding = 0;
</script>


This will remove all padding around the menu and all white space between the buttons.

Place the module in your global headers.


Last Edit: Oct 10, 2007 18:35:22 GMT by Chris

newBookmarkLockedFalling