Nick Very Senior Member
Posts: 3,012 Status: Offline Gender: Male Location: vForums Age: 34 Joined:
pmwww | Menu cell height (29th Jan 08 at 1:23am UTC) | | 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 | |
|
Marc vChat Developer
I <3 Rossy
Posts: 3,388 Status: Offline Gender: Male Location: Ontario, Canada Age: 32 Joined:
Additional Groups: Coding Team
pmwww | Re: Menu cell height (29th Jan 08 at 1:35am UTC) | | 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>
| |
rroll.to— Shorten a link, rickroll your friends. |
|
Nick Very Senior Member
Posts: 3,012 Status: Offline Gender: Male Location: vForums Age: 34 Joined:
pmwww | Re: Menu cell height (29th Jan 08 at 1:44am UTC) | | it did not work what is it supposed to do? | |
|
Marc vChat Developer
I <3 Rossy
Posts: 3,388 Status: Offline Gender: Male Location: Ontario, Canada Age: 32 Joined:
Additional Groups: Coding Team
pmwww | Re: Menu cell height (29th Jan 08 at 1:48am UTC) | | 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. ] | |
rroll.to— Shorten a link, rickroll your friends. |
|
Nick Very Senior Member
Posts: 3,012 Status: Offline Gender: Male Location: vForums Age: 34 Joined:
pmwww | Re: Menu cell height (29th Jan 08 at 1:54am UTC) | | Still didnt work | |
|
Marc vChat Developer
I <3 Rossy
Posts: 3,388 Status: Offline Gender: Male Location: Ontario, Canada Age: 32 Joined:
Additional Groups: Coding Team
pmwww | Re: Menu cell height (29th Jan 08 at 1:56am UTC) | | Still didnt work
How about this:
Code: - <style type="text/css">
- <!--
- .menu{
- height: 20px;
- }
- //-->
- </style>
Sorry, long day at work. | |
rroll.to— Shorten a link, rickroll your friends. |
|
Nick Very Senior Member
Posts: 3,012 Status: Offline Gender: Male Location: vForums Age: 34 Joined:
pmwww | Re: Menu cell height (29th Jan 08 at 2:01am UTC) | | 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. | |
|