Hi,
A bug in the cross browser marquee:
If the data to show is too long, the horizontal scrollbar grows a lot too.
Look it: http://www.travelex.it/
I could fix this increasing the negative number of left property:
.
.
var copyspeed=marqueespeed
var pausespeed=(pauseit==0)? copyspeed: 0
var iedom=document.all||document.getElementById
if (iedom)
document.write('<span id="temp" style="visibility:hidden;position:absolute;top:-100;left:-1000000">'+marqueecontent+'</span>');
var actualwidth=''
var cross_marquee, ns_marquee
.
.
Look it fixed: http://tvx3.nexolink.com/it/
But … this works only in IExplorer, Firefox but not in Opera L.
Can you help me with this?
Many thanks in advance,![]()
Chris.
Internet Development



Reply With Quote

Bookmarks