[quote=shakiro214]I've updated the CSS and increased the font size of the links to 90% becoz the links looked so tiny

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
.gif)
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]
[/quote]
well im gona try buddy,thanks for that il let you know..cheers!