View Full Version : We have a problem....
hey. I am trying to put in a fading text script but its not working in IE5.5 Can someone please take a look at what I am doing wrong...Thanx
see it at :
http://www21.brinkster.com/jeffgordon/fade.htm
Thanks again :)
IF you change this: <pre id=code><font face=courier size=2 id=code> setTimeout("id.style.color=colours[1]",10)</font id=code></pre id=code> to <pre id=code><font face=courier size=2 id=code> setTimeout(id + ".style.color=colours[1]",10)</font id=code></pre id=code>You will also need to turn ID into and object: <pre id=code><font face=courier size=2 id=code>id=getElementById("name") in DOM browsers
id = document.all["name"] in IE4
id = document.layers["name"] in NS4</font id=code></pre id=code>
<font face='Tahoma'>-------------------------
Dan
www.pupius.net
-------------------------</font id='Tahoma'>
ok sweet. I'll try that.
Thanks :)
vBulletin® v3.6.7, Copyright ©2000-2009, Jelsoft Enterprises Ltd.