View Full Version : Script:Fade-In Slideshow
rebelbwb
08-12-2005, 03:36 AM
I am having trouble viewing my images on the page in which I placed my script. Here is the page - www.emergentgraphics.com/brmar-v2.html
Thanks in advance
Ben
jscheuer1
08-14-2005, 04:52 PM
OK, you've got two opening script tags:
<td><script language="JavaScript1.2" type="text/JavaScript1.2">
<script language="JavaScript1.2" type="text/javascript">Make it like this:
<td>
<script type="text/javascript">(the language attribute is no longer needed)
Now the script will work but, after doing that you will notice that your page looks odd, with horizontal white lines where you do not want them. To fix that, change this:
var slideshow_height='125px' //SET IMAGE HEIGHTto this:
var slideshow_height='110px' //SET IMAGE HEIGHT
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.