Fixed position images scrolling issues

I have a site that uses fixed position, rotating and scaling images as a header that link through to external sites. The images are wider then the container div. Everything works pretty well except that when you scroll the page the navigation goes over the top of the images in the header due to the fixed position. I was wondering if there was a was to clear the fixed elements or prevent the navigation from scrolling over the slideshow? Here is a link to the site: http://www.ginkandgasoline.net/

Related posts

Leave a Reply

1 comment

  1. the slideshow images have a “position:fixed”… therefore everything is working like it should. to solve your scrolling-problem, just remove this…