You are viewing a post by shakiro214. View all 89 posts in [b]update:[/b] I improved the onload function so that it is compatible with the tracker code [b]update 2:[/b] It floats now [b]Sexy profile in 5 steps[/b] :cool: :thumbsup: Works in IE & FF. Please .
for those already using this, just change the 1 instance of 70% font size to 90%. It's in the CSS
[b]@lordheinz[/b]
My main has a slide as photo gallery. I've tested it on my main and it works fine even though I have lots of tricks, but then again I use a timeout as handler for just about all of them
maybe if you included a timeout for the window.onload, like a detour so that it can execute at the very last
That's all I can think of. It needs to execute last, so that it doesn't act buggy
here's how you might detour it:
[quote]function sideslidetimer() {
setTimeout("sideslide()",5000);
}
window.onload=sideslidetimer;[/quote]