[/url]
Last edited by bobcbar (2008-02-18 23:24:05)
[b]USER REPORTED![/b]
[/quote]
As bob says simple intruction..put the code only inside your onload handler..
The code that he gave you is ready..do not paste it below your js..its for your reference only...
1st off - if you have this kind of onload handler:
[quote]if (!attachOnLoadHandler(function(){vslide()})) window.onload = function(){vslide()};[/quote]
you don't need to set a Timeout at the end of the function
[quote]setTimeout("vslide()",8000);[/quote]
both of your onload handlers are like this, so just choose one or the other becoz you are loading the functions twice with this hence causing your boxes to double in some browsers.
if that's your only js and that's is all that's in your js, then you can remove the alert that labels your profile with a "Best Viewed in X browser" thingy becoz you don't want to tell your viewers that do ya?
once you're done with that, pls try the floating trick again
Last edited by shakiro214 (2008-02-21 03:01:31)