Topic: Spacing Question
How do I reduce the space between top banner and the tilt viewer on this page:
http://www.virginiaherpetologicalsociet … index.html
Thank you!
You are not logged in. Please login or register.
SimpleViewer Forum → TiltViewer-Pro → Spacing Question
How do I reduce the space between top banner and the tilt viewer on this page:
http://www.virginiaherpetologicalsociet … index.html
Thank you!
To reduce the amount of space between the header image and the top of the Flash stage, you could change your <p> for a <div>, so try:
<div align="center"><img src="../../../globalheader/top-trans-globalheader.png" width="614" height="111" alt="image" /></div>
To reduce the amount of space between the top of the images and the top of the Flash stage, you could enlarge the images slightly when zoomed out by using:
fo.addVariable("zoomedOutDistance", "6000");
Also, you should use a Doctype Declaration. Put the following code at the very top of the document before the opening <html> tag:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Thank you very much for the suggestions!
Happy Holidays!
SimpleViewer Forum → TiltViewer-Pro → Spacing Question
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 5 official extensions. Copyright © 2003–2009 PunBB.