OK, this seems to work - first remove the id content from the section tag (remove red highlighted):
Code:
<!-- main content area -->
<div class="wrapper" id="main">
<!-- content area -->
<section id="content">
<!--SLIDESHOW BELOW-->
<script language="JavaScript1.2">
/***********************************************
* Flexi Slideshow- © Dynamic Drive (www.dynamicdrive.com)
* This notice must stay intac . . .
That section will no longer float nor be restricted as to width. Next, adjust the script as shown (change/addition red highlighted):
Code:
. . . bleslide[6]=["http://i670.photobucket.com/albums/vv62/ipbr21054/PROGRAMMING/2button-key-remote-slideshow.jpg", "", ""]
variableslide[7]=["http://i670.photobucket.com/albums/vv62/ipbr21054/PROGRAMMING/frv-slideshow.jpg", "", ""]
variableslide[8]=["http://i670.photobucket.com/albums/vv62/ipbr21054/PROGRAMMING/jazz-slideshow.jpg", "", ""]
variableslide[9]=["http://i670.photobucket.com/albums/vv62/ipbr21054/PROGRAMMING/dr-slideshow.jpg", "", ""]
//configure the below 3 variables to set the dimension/background color of the slideshow
var slidewidth='650px; float: left' //set to width of LARGEST image in your slideshow
var slideheight='578px' //set to height of LARGEST iamge in your slideshow, plus any text description
var slidebgcolor='#ffffff'
//configure the below varia . . .
That's slightly less than the widest images, but they will scale. By floating left, that brings the contact info back up next to the slideshow on its right. Looks good here, but if the window is too narrow, the contact info will still need to wrap. But it has to get pretty narrow for that to happen.
Bookmarks