Ross
eCreations Staff
Posts: 1,768
|
Post by Ross on Jul 13, 2005 16:25:59 GMT
Main Footer Change the red to your new height. This is useful if you have images in the news fader as it stops it from "jumping".
<script type="text/javascript"> <!-- /* resize news fader */ var height="100"; var td=document.getElementsByTagName('td'); for(t=0;t<td.length;t++){ if(td[t].vAlign=="middle" && td[t].align=="center" && td[t].height=="60") { td[t].height=height; } } //--> </script>
|
|
|
Post by Tinker Bell on Apr 26, 2007 16:54:45 GMT
Ahhh! So much better now! Thanks for this one! ;D
|
|