Well, it is a division of the set dimensions plus any of the features you are using. So, it cannot behave exactly like an image but, it can be contained in another division and that division may be floated left or right.
Example for use with a 300 pixel wide show:
Code:
<div style="width:300px;float:left;">
<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)
</script>
</div>
Bookmarks