http://rpguide101.vforums.co.uk/
What is the menu cell height? So I can make my Menu buttons the same height, so I can make the menu buttons blend in with the grad.
Thanks,
Darkmage
Try this in your Global Header:
Code:
- <script>
- var wt = document.getElementById("welcome_table").getElementsByTagName("tr")[1].getElementsByTagName("td")[0].getElementsByTagName("table")[0].getElementsByTagName("td")[0] wt.cellPadding = 0;
- wt.cellSpacing = 0;
- wt.style.height = 20px
- </script>
it did not work what is it supposed to do?
Recopy the code, and let me know if it works.
EDIT: It's supposed to resize the menu to 20px [the height of your menu buttons. ]
Still didnt work
Still didnt work
How about this:
Sorry, long day at work.
Its ok, I had a long day at school
EDIT: lol still didn't work. Am I doing any thing wrong?
EDIT 2: I re did the whole menu buttons. I dont have it faded any more.