Marc vChat Developer
I <3 Rossy
Posts: 3,388 Status: Offline Gender: Male Location: Ontario, Canada Age: 32 Joined:
Additional Groups: Coding Team
pmwww | Nav Tree In Table (16th Mar 08 at 5:01pm UTC) | | Saw this in Wrighty's to-do list and thought I'd steal it.
Simply puts your nav tree in a table.
Code: - <script type="text/javascript">
- <!--
- /* Nav Tree In Table by Cr0w */
-
- var ntree = get('nav_tree','id');
- ntree.innerHTML = '<table align="center" cellpadding="3" cellspacing="1" width="'+vf_width+'" class="border"><tr><td class="window1">'+ntree.innerHTML+'</td></tr></table><br />';
- //-->
- </script>
Global footer. | |
rroll.to— Shorten a link, rickroll your friends. |
|
Michael Moderator
Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
pmvForum | Re: Nav Tree In Table (16th Mar 08 at 5:08pm UTC) | | I now officially hate you! | |
|
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: Nav Tree In Table (16th Mar 08 at 5:25pm UTC) | | I now officially hate you!
I you too, Lefty. | |
rroll.to— Shorten a link, rickroll your friends. |
|
Vanquish Junior Member
Posts: 64 Status: Offline Gender: Male Location: Northern Ireland Age: 35 Joined:
pmvForum | Re: Nav Tree In Table (7th Aug 10 at 2:41pm UTC) | | Bump an old topic Wouldnt CSS do the job too | |
|
|
Michael Moderator
Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
pmvForum | Re: Nav Tree In Table (7th Aug 10 at 2:55pm UTC) | | Css wouldn't put it in a table no... CSS would allow you to put a border around it, yes | |
|