hi John Thanks for your reply and suggestion...
I tried that and it seems to still not work.
Code:
<div id="maintextarea">
<br>
Lot's of text here to wrap around the show.
Lot's of text here to wrap around the show.
Lot's of text here to wrap around the show.
Lot's of text here to wrap around the show.
Lot's of text here to wrap around the show.
Lot's of text here to wrap around the show.
Lot's of text here to wrap around the show.
Lot's of text here to wrap around the show.
Lot's of text here to wrap around the show.
Lot's of text here to wrap around the show.
Lot's of text here to wrap around the show.
Lot's of text here to wrap around the show.
Lot's of text here to wrap around the show.
Lot's of text here to wrap around the show.
<div style="width:379px;height:354px;float:right;">
<script type="text/javascript">
//new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder)
new fadeshow(fadeimages, 379, 354, 3, 3700, 0, "R")
</script>
</div>
<div style="clear:right;"></div>
now i wonder if could be my maintext area div causing it not to work right. I have this (and need it)
Code:
#maintextarea {
position:absolute;
left:0px;
top:265px;
width:900px;
z-index:0;
}
thanks
john
Bookmarks