scrollfollow IE problem
Hello, I have implemented your script on http://67.199.21.74/default.asp, on the ribbon button on the left side bottom, it works perfectly in Firefox and Safari, but moves to the bottom and kinda disapears in Explorer. Any ideas! thanks! nice script btw!
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?the CSS I am using is #call {
position: relative;
left: 11px;
z-index: 500;
}
* html #call {
margin-top: 0;
}
*:first-child+html #call {
margin-top: 0;
top: 700px;
} -
Inappropriate?Hey there. Nice to hear from you again. I have to disagree with the statement that it works in Firefox. I'm getting weird behavior on your page in both FF2 and 3. Maybe you are tweaking it right now?
I'm not sure what the problem would be off the top of my head, but we are working on a new version at the moment which does a few things differently. I'll send it to you to check out before we release it so you can see if it helps with this problem.
I’m hopeful that we can fix the problem.
-
Inappropriate?hey Ray and thanks for the reply...I'm not working in it now but I see what you mean....on Firefox 3 and Safari for mac its working fine but on Firefox 2 for PC its not.
Any ideas how to get it fixed now? I have a client waiting :(
I'll try playing around with the CSS. -
Inappropriate?I believe you mentioned in the instructions that it was buggy using position in a container like this.
-
Inappropriate?and yes, send the new one over to me when you get it done and I'll help test it.
-
Inappropriate?Ok i seem to have got it to work in Firefox 2 for the PC but still no go in IE
-
Inappropriate?You can pick up the revision via SVN at http://code.google.com/p/jquery-scrol... or directly from http://kitchen.net-perspective.com/fi... .
-
Inappropriate?Although, I don't think this will really solve your problem. You're right, the behavior when trying to use anything but an immediate parent as the container is pretty iffy. I'll take a closer look at that as well.
I’m frustrated by buggy behavior.
-
Inappropriate?The best results for this situation happen when you set the box to be animated's position to 'absolute' but I can see how that would be a problem when you need it to react to content above it. Would there be much of a problem just moving the box into '#pagewrap'?
-
Inappropriate?Hey Ray,
Thanks for the help again, I tried your new js file and moved the button right below the pagewrap page and then it stopped working in all browsers. And's there's now a JS invalid argument error that shows in Explorer.
Any ideas? I've used the same call as before. when it was working. -
Inappropriate?My tests show that it is working perfectly in FF2 & 3 on PC and FF3 on Mac. I'm working on tracing the problem now.
I’m working on it.
-
Inappropriate?weird, I only have the changes on http://67.199.21.74/default.asp, the other links are different just to test it.
i thought I cleared my cache but maybe its still reading from that. -
Inappropriate?OK, found the likely culprit. Three character fix! New file at http://kitchen.net-perspective.com/fi... or at the Google code repository.
I’m rockin' the bug fix.
-
Inappropriate?ok thanks, seems to be working for me now for Firefox on pc and mac but still no go on Explorer....still get the error....line 33, where the call back is..
Any ideas? -
Inappropriate?Hey again,
I changed the test page to http://67.199.21.74/default_scroll.asp -
Inappropriate?OK tracked another one down. I wasn't seeing it because I had set all the margins on my test. Your box only has the margin-top set which exposed the bug.
For the record, the bug is because IE doesn't convert something like this: parseInt( 'auto' ) to '0' which results in a NaN.
New file :
http://kitchen.net-perspective.com/fi...
Loading Profile...


