PDA

View Full Version : Javascript Issues



num
01 Apr 2009, 07:22 PM
I am trying to use Animated Gallery from:

http://www.leigeber.com/page/2/

and I am using on my site with the original CSS file:

http://pastebin.com/m7dc9c807

and the original HTML file (without the gallery):

http://pastebin.com/m1e40f9e6

But I get this when I add the gallery:

http://www.naspos.com/HTML/about_2.html



I am trying to put the gallery between the following DIV tags:


<div class="page_header"><a href="#" class="grey">Home</a> / <a href="#" class="grey">Support Desk</a> / Our Company </div>

and


<div class="footer"><span class="foot2"><span class="style3">&copy; Copyright 2008 Lipsum, Inc. All rights reserved. Created by</span> <a href="http://www.sevencube.com" class="grey">SevenCube</a> in collaboration with Loudobject. <a href="http://validator.w3.org/check?uri=referer" class="grey">W3C Validated</a>. </span><br />
<a href="index.htm" class="grey">Home</a> | <a href="#" class="grey">Terms of Service</a> | <a href="#" class="grey">Private Policy</a></div></div>
</div>

I want to add gallery into its own DIV tag, how can I do this properly? What am I doing wrong?