Author Topic: iFrame Page shifts back and forth with scroller action  (Read 3361 times)

Offline hidden

  • ???
  • Posts: 2
  • I am new here.
iFrame Page shifts back and forth with scroller action
« on: October 05, 2011, 11:41:22 AM »
http://www.chamber-map.com/waushara/wausharacommunitymap.html

The page only has a problem in Safari on a Mac.
The problem area is contained in an iframe on that page.
You will notice that the whole contents of the iframe shifts back and forth when the image scroller
moves to display the next set of images.

http://www.chamber-map.com/waushara/JEM.html
Above is the same page without the iFrame. It displays correctly in all
browsers I tested, including Safari on a Mac.

The problem seems to be in the iFrame setup.
Does anyone have a suggestion to resolve this issue?

Offline hidden

  • Sami
  • Administrator
  • Senior Member
  • *****
  • Posts: 5924
  • Not a geek. Just a Nerd.
    • CSB Tutorials
Re: iFrame Page shifts back and forth with scroller action
« Reply #1 on: October 08, 2011, 12:02:39 PM »
Sorry. I can not see what you are seeing since I have no access to a mac.
The code you have insert for the iframe is normal and has no faults.
But the more scripts you run on/in the page, the more likely that one will impact another negatively. Either you have two pieces of code that interfer with each other (the mootools comes with a bgiframe as part of the code and you have inserted an iframe), OR your z-index should be adjusted to force the iframe onto a different level. This sometimes stops behavior we do not want.
-Samantha
TNG: "Sometimes, you can make no mistakes, do everything right, and still lose" - Capt Picard to Data
(:turtle: In memory of Turtle: May 22, 1944 - Nov 24, 2007  GURU, mentor, and really nice guy! :turtleleft: )

Offline hidden

  • ???
  • Posts: 2
  • I am new here.
Re: iFrame Page shifts back and forth with scroller action
« Reply #2 on: October 14, 2011, 11:37:25 AM »
I removed everything on the page except for the iFrame.
The problem persists (in Safari only). The PVII horizontal scroller script must be where my problem is but it only occurs when the scroller is dropped into an iFrame.
I think an easy solution is to get a different horizontal scroller.

Thanks for answering the post.

Offline hidden

  • Sami
  • Administrator
  • Senior Member
  • *****
  • Posts: 5924
  • Not a geek. Just a Nerd.
    • CSB Tutorials
Re: iFrame Page shifts back and forth with scroller action
« Reply #3 on: October 15, 2011, 06:01:04 PM »
Well when all else is removed and that is the only thing left it must be your answer.
Good luck!
-Samantha
TNG: "Sometimes, you can make no mistakes, do everything right, and still lose" - Capt Picard to Data
(:turtle: In memory of Turtle: May 22, 1944 - Nov 24, 2007  GURU, mentor, and really nice guy! :turtleleft: )