views:

22

answers:

1

If you look at the image gallery on this page you will see some thumbnails listed over a orange car main image. I can't figure out why they are appearing over the image I would like them to appear below it... The only way I can make it work is with BR's which I really don't want to do...

http://c5.dealercontrol.net/events/

Thanks for any help.

A: 

You have a div (id="asmillerGallery_main") immediately before the div containing those images. asmillerGallery_main has a height of 475px. The content in there is greater than 475px in height. So, the images start on top of the car image because that is immediately following the end of asmillerGallery_main.

Long story short, you should let that div auto heighten if you can, or define a taller height.

Jage
Thats it I didn't write this code never thought to look @ the js...
Aaron R
Glad I could help. Are you going to accept my answer :) ?
Jage