Does anyone see the problem with it? (I am trying to make a scrolling iframe that stops when one mouses over it) Oh, and this is in javascript.
http://jsfiddle.net/TQjgn/2/ Does anyone see the problem with it? (I am trying to make a
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Crossframe-Scripting is not possible when the two frames have different domains -> Security.
That’s why using jsfiddle.net you can’t make the iframe scroll.
Check this: http://javascript.about.com/od/reference/a/frame3.htm
Now to answer your question: there is no solution or work around, you simply should check your website-design why there must be two frames from different domains that changes the url of the other one.
If you need that scrollbar why dont you use overflow property CSS overflow Property