spacing inconsistency - ie7 ff3

chiptape

New Member
hey.

Got a spacing problem in ie7 with this page:

( bad url )

Looks right on ff3.
I don't want any space between the horizontal lines and the slideshow.

Any advice?
Thanks!
 
Last edited:

chiptape

New Member
got it.

---old code:

<img src="logo.jpg" style="width: 100%; position: relative; left: 32px; ">

<img src="h.gif" height=1 width=100% style="position: relative; left: 32px; margin-top: 42px; margin-bottom: 0px; ">

<span style="padding: 0px; position: relative; right: -32px; "><script type="text/javascript">
//new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder)
new fadeshow(fadeimages, 400, 400, 0, 6000, 1, "R")

</script>
</span>

<img src="h.gif" height=1 width=85% style="padding: 0px; position: relative; left: 32px; ">

<h2></h2>1837 Heidlersburg Road

---new code:

<img src="logo.jpg" style="width: 100%; position: relative; left: 32px; ">

<p><table cellpadding=0 cellspacing=0 border=0 style="position: relative; left: 33px; ">

<tr><td width=100% align=right valign=top><img src="line.gif" height=1 width=100%><td rowspan=2>

<div class="bordered"><script type="text/javascript">
//new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder)
new fadeshow(fadeimages, 400, 400, 0, 6000, 1, "R")

</script>
</div>

<tr><td align=right valign=bottom><img src="line.gif" height=1 width=50%><td>

</table>

<br><h2></h2>1837 Heidlersburg Road
 
Top