Hi All, I am working on a page that has 4 configuration sections at the bottom of the page with 4 links to them higher up on the page. We are using the Effects.BlindDown to show the lower section when the corresponding link is clicked. We also use the "new Effects.ScrollTo(''DIVTag'')" to have the page scroll to the newly opened section. Now this works fine in Mozilla and for most everything in IE. Problem is on the last one of the four DIV sections IE will not scroll the whole way down the page. Now there is a page footer after the closing </div> tag for the last <div> section. Has anyone had any problems using this ScrollTo method with IE and is there a work around that needs to be accomplished. An example of my div tag is: <div id="MyDivTag" style"DISPLAY: none;"> . . . </div> Any help or questions are greatly appreciated. Thanks, Jim _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
Hi All, I am working on a page that has 4 configuration sections at the bottom of the page with 4 links to them higher up on the page. We are using the Effects.BlindDown to show the lower section when the corresponding link is clicked. We also use the "new Effects.ScrollTo(''DIVTag'')" to have the page scroll to the newly opened section. Now this works fine in Mozilla and for most everything in IE. Problem is on the last one of the four DIV sections IE will not scroll the whole way down the page. Now there is a page footer after the closing </div> tag for the last <div> section. Has anyone had any problems using this ScrollTo method with IE and is there a work around that needs to be accomplished. An example of my div tag is: <div id="MyDivTag" style"DISPLAY: none;"> . . . </div> Any help or questions are greatly appreciated. Thanks, Jim _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
Hi All, I am working on a page that has 4 configuration sections at the bottom of the page with 4 links to them higher up on the page. We are using the Effects.BlindDown to show the lower section when the corresponding link is clicked. We also use the "new Effects.ScrollTo(''DIVTag'')" to have the page scroll to the newly opened section. Now this works fine in Mozilla and for most everything in IE. Problem is on the last one of the four DIV sections IE will not scroll the whole way down the page. Now there is a page footer after the closing </div> tag for the last <div> section. Has anyone had any problems using this ScrollTo method with IE and is there a work around that needs to be accomplished. An example of my div tag is: <div id="MyDivTag" style"DISPLAY: none;"> . . . </div> Any help or questions are greatly appreciated. Thanks, Jim _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
Hi All, I am working on a page that has 4 configuration sections at the bottom of the page with 4 links to them higher up on the page. We are using the Effects.BlindDown to show the lower section when the corresponding link is clicked. We also use the "new Effects.ScrollTo(''DIVTag'')" to have the page scroll to the newly opened section. Now this works fine in Mozilla and for most everything in IE. Problem is on the last one of the four DIV sections IE will not scroll the whole way down the page. Now there is a page footer after the closing </div> tag for the last <div> section. Has anyone had any problems using this ScrollTo method with IE and is there a work around that needs to be accomplished. An example of my div tag is: <div id="MyDivTag" style"DISPLAY: none;"> . . . </div> Any help or questions are greatly appreciated. Thanks, Jim _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
Sorry to do this, as I haven''t looked into your specific problem and therefore have no solution to offer at this time... But, you''ve sent this messge 3 times now. If someone has the answer (and/or the time to research the answer) for you, they will respond as such... please don''t spam the list. ________________________________ From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Jim Prucha Sent: Thursday, March 30, 2006 2:35 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: [Rails-spinoffs] Effect.ScrollTo IE issue Hi All, I am working on a page that has 4 configuration sections at the bottom of the page with 4 links to them higher up on the page. We are using the Effects.BlindDown to show the lower section when the corresponding link is clicked. We also use the "new Effects.ScrollTo(''DIVTag'')" to have the page scroll to the newly opened section. Now this works fine in Mozilla and for most everything in IE. Problem is on the last one of the four DIV sections IE will not scroll the whole way down the page. Now there is a page footer after the closing </div> tag for the last <div> section. Has anyone had any problems using this ScrollTo method with IE and is there a work around that needs to be accomplished. An example of my div tag is: <div id="MyDivTag" style"DISPLAY: none;"> . . . </div> Any help or questions are greatly appreciated. Thanks, Jim The information transmitted in this electronic mail is intended only for the person or entity to which it is addressed and may contain confidential, proprietary, and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from all computers. _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
On Thursday 30 March 2006 12:34, Jim Prucha wrote:> Hi All, > > > > I am working on a page that has 4 configuration sections at the bottom of > the page with 4 links to them higher up on the page. We are using the > Effects.BlindDown to show the lower section when the corresponding link is > clicked. We also use the "new Effects.ScrollTo(''DIVTag'')" to have the page > scroll to the newly opened section. Now this works fine in Mozilla and for > most everything in IE. Problem is on the last one of the four DIV sections > IE will not scroll the whole way down the page. Now there is a page footer > after the closing </div> tag for the last <div> section.you mean it doesn''t show your element at the top of the page when the scrolling hits the bottom? That''s because there''s nothing more to display after the end of the page. the only thing you can do about this is to add a bunch of blank space after your last element. -Jeremy -- Jeremy Kitchen ++ kitchen-RA8HwDor7flnDGu+y90WmgC/G2K4zDHf@public.gmane.org In the beginning was The Word and The Word was Content-type: text/plain -- The Word of Bob. And the lord said unto John; Come forth and receive eternal life. John came fifth and won a toaster. _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs