
Originally Posted by
Go78Media
I am now encountering a similar problem with IE 7.0. I made the above suggested edits and there still continues to be extra space at the base of the images that is pushing my page out of whack.
Please advise.
Thanks in advance.
http://sandiego.calipartybus.com
Get rid of the paragraph element, it adds a line break and a line's height in IE:
Code:
<TD COLSPAN=11>
<p>
<script type="text/javascript">
//Notes on Parameters: The only required parameter is the slides_array_name. If Width is used, so must Height.
//Interval is optional too. It is always last, either fourth after Width and Height or second after Slides_array_name.
//Usage: new inter_slide(Slides_array_name, Width, Height, Interval)
new inter_slide(slides,704,199)
</script>
</p>
</TD>
Bookmarks