Pages: 12
Last edited by tekfatliu (2008-09-08 01:00:13)
im getting [b]Moo[/b]tivated already ..
This is just a plain Accordion.
I'll leave the CSS part to your guys, to add some flavours to it.
GBU
Last edited by tekfatliu (2008-09-04 21:25:08)
Sorry, lordheinz i'm just new to this stuff
Sorry, lordheinz i'm just new to this stuff[/quote]
thats ok buddy...@ topic..very clever tutorial and code..well il just study your code first before applying...
i guess its more easy to have the trick if you have any preview? wish you can have one buddy..thanks for sharing indeed!
Sorry, lordheinz i'm just new to this stuff[/quote]
thats ok buddy...@ topic..very clever tutorial and code..well il just study your code first before applying...
i guess its more easy to have the trick if you have any preview? wish you can have one buddy..thanks for sharing indeed! Last edited by sliprock (2008-09-08 13:27:45)
Last edited by tekfatliu (2008-09-23 23:24:15)
Here is some simple checking, to do:
First don't include your own box, just use FS box
[spoiler]var x = ['2', '8'];
var y = ['content_2', 'content_8'];
var z = [];
tflAccordion(x,y,z);[/spoiler]
If it works fine, then add your own box [b]one at a time[/b]
[spoiler]addBox("TrackerHeader",TRACKER.div.innerHTML,"tracker","right");
var x = ['2', '8','tracker'];
var y = ['content_2', 'content_8','content_tracker'];
var z = [];
tflAccordion(x,y,z);[/spoiler]
If it works add another box, if not then you know which box is not working
Place an alert box to see if the Content_ID is available
[quote]addBox('TrackerHeader',TRACKER.div.innerHTML,'tracker','right');
[b]alert($('content_tracker').innerHTML);[/b]
var x = ['2', '8','tracker'];
...
...[/quote]
If it show [b]undefined [/b]then the problem is with Content_ID
Don't forget addBox() [b]first[/b], tflAccordion() [b]later[/b]
Hope, this will help you
[/b]