snikerz79
05-03-2003, 03:07 PM
Here's the code for the javascript menu I'm using.
var TREE_NODES={
format:{
left:195,
top:150,
width:195,
height:372,
no_images: true,
bgcolor:"#d4d0c8",
back_bgcolor:"#d4d0c8",
animation:0,
padding:2,
level_ident:16,
dont_resize_back:1
},
sub:[
{html:'Home', url:'main.html', target:'Main'}
{html:'Profiles',
sub:[
{html:'Pirates',
sub:[
{html:'Sontos', url:'/profiles/sontos.html'},
{html:'Dark Stalker', url:'/profiles/silly.html'},
{html:'Feanor', url:'/profiles/feanor.html'},
{html:'Akron', url:'/profiles/akron.html'}
]
},
{html:'Vessels',
sub:[
{html:'Punishing Tooth', url:'/profiles/ps.html'}
]
}
]
},
{html:'Story',
sub:[
{html:'Chapter 1', url:'/story/ch1.html'},
{html:'Chapter 2', url:'/story/ch2.html'},
{html:'Chapter 3', url:'/story/ch3.html'},
{html:'Chapter 4', url:'/story/ch4.html'}
]
}
]
}
But for some reason it doesn't want to work properly for me. I dunno why. Could someone help me?
var TREE_NODES={
format:{
left:195,
top:150,
width:195,
height:372,
no_images: true,
bgcolor:"#d4d0c8",
back_bgcolor:"#d4d0c8",
animation:0,
padding:2,
level_ident:16,
dont_resize_back:1
},
sub:[
{html:'Home', url:'main.html', target:'Main'}
{html:'Profiles',
sub:[
{html:'Pirates',
sub:[
{html:'Sontos', url:'/profiles/sontos.html'},
{html:'Dark Stalker', url:'/profiles/silly.html'},
{html:'Feanor', url:'/profiles/feanor.html'},
{html:'Akron', url:'/profiles/akron.html'}
]
},
{html:'Vessels',
sub:[
{html:'Punishing Tooth', url:'/profiles/ps.html'}
]
}
]
},
{html:'Story',
sub:[
{html:'Chapter 1', url:'/story/ch1.html'},
{html:'Chapter 2', url:'/story/ch2.html'},
{html:'Chapter 3', url:'/story/ch3.html'},
{html:'Chapter 4', url:'/story/ch4.html'}
]
}
]
}
But for some reason it doesn't want to work properly for me. I dunno why. Could someone help me?