PDA

View Full Version : Remove gap between banner and slide show?


slipkid
Nov-05-2008, 06:10 AM
Can I remove the gap between my banner and the slide show? I would like them closer together.
Thanks
Steve

http://slipkid.smugmug.com

denisegoldberg
Nov-06-2008, 04:24 AM
Can I remove the gap between my banner and the slide show? I would like them closer together.

You created that gap by specifying a large number for the vertical space in your slideshow code:
SM.flash.insertSlideshow(700, 800, ssConfig, 'transparent');
The first number is the width, and the second (800!) is the height. It looks like you are using all landscage orientation photos, so that second number should be able to come down quite a bit. I'd try 500 and then experiment from there.

--- Denise

slipkid
Nov-06-2008, 05:50 AM
Thanks a bunch :clap