tag:blogger.com,1999:blog-17614572.post2917765636593355512..comments2009-06-28T19:06:11.518-05:00Comments on greengeckodesign.com/blog: MooScrollJason Jaegernoreply@blogger.comBlogger17125tag:blogger.com,1999:blog-17614572.post-25770331367807018342009-06-28T19:06:11.518-05:002009-06-28T19:06:11.518-05:00@Diego
I just did a quick test ( http://greengecko...@Diego<br />I just did a quick test ( http://greengeckodesign.com/projects/mooscroll/examples/nested/ ) and I am not getting the error you describe.<br /><br />If you email me a zip or link I could be of more help :)<br /><br />@iuttu<br />I agree with Michael, if that does not work try using the zoom:1 css property (using conditional commenting so only IE sees it). If that does not work you can email me a zip file or link and I can take a closer look.Jason Jaegerhttp://www.blogger.com/profile/06130995390096348827noreply@blogger.comtag:blogger.com,1999:blog-17614572.post-21896729369998455562009-06-11T05:56:25.905-05:002009-06-11T05:56:25.905-05:00Hi.
First, congratulation for your mooscroll.. I l...Hi.<br />First, congratulation for your mooscroll.. I like it and I would like to use it in my joomlasite..<br />But I'm following the instructions and I just got the line of ur scroll (I mean, the central line with the 2 arrows) without "scrollerpad"... morover, it appears next to the default scroller of the browser ...<br />my script is just a call of mooscroll cause the >div< have the default class "scroll"<br /><br />window.addEvent('domready', function() {<br />var myScrollArea = new MooScroll();<br />});<br /><br /><br />I checked all the links with firebug:scripts are there, css and images too... Should I have maybe to set the CSS of my >div< in a particular way?<br />I searched to compare your examples html but nothing..<br /><br />Please.. I don't want give up..Emanuelehttp://www.blogger.com/profile/00741492344288013348noreply@blogger.comtag:blogger.com,1999:blog-17614572.post-8668499374352100772009-06-03T09:45:24.580-05:002009-06-03T09:45:24.580-05:00Hi, one problem I solved, the MooScroll now appear...Hi, one problem I solved, the MooScroll now appears. But the text still remains invisible. The text is being changed by a blank text. Help!Diegohttp://www.blogger.com/profile/04326451308031363386noreply@blogger.comtag:blogger.com,1999:blog-17614572.post-91922818078846642632009-05-28T15:46:03.570-05:002009-05-28T15:46:03.570-05:00Hello,
I'm using MooScroll and it works fine. Fir...Hello,<br /><br />I'm using MooScroll and it works fine. First I'm using it to scroll the website (the mooscrool fullscreen mode). But inside the page there's a div with overflow:scroll that doesn't works. When it's applied to that div, the text become lines with some kind of "empty space" and the scrollbars still remain the browser default.<br />I guess the CSS is right, but it follows below:<br /><br />#scroll_it{<br /> position: absolute;<br /> display: block;<br /> overflow: scroll;<br /> width: 392px;<br /> height: 116px;<br /> margin-bottom: 8px;<br /> margin-top: 5px;<br />}<br /><br />And the Javascript:<br /><br /> window.addEvent('domready', function() { <br /> var myScrollAreaA = new MooScroll({<br /> selector:'#scroll_it',<br /> }); <br /> var myScrollArea = new MooScroll({<br /> selector:'#container',<br /> fullWindowMode:true<br /> });<br /> }); <br /><br />As I said, #container change the default scrollbar to scroll the whole website to the MooScroll. And the #scroll_it is one div inside the #container div.<br />So, could someone help me? I need the solution quickly! Please!<br /><br />Thanks!Diegohttp://www.blogger.com/profile/04326451308031363386noreply@blogger.comtag:blogger.com,1999:blog-17614572.post-57559011075839839332009-02-11T06:29:00.000-06:002009-02-11T06:29:00.000-06:00Hi iuttu,to fix the IE7 position:relative bug try:...Hi iuttu,<BR/><BR/>to fix the IE7 position:relative bug try:<BR/><BR/>.contentEl {<BR/> position:relative;<BR/>}<BR/><BR/>Regards,<BR/>MichaelMichael Katzenmayernoreply@blogger.comtag:blogger.com,1999:blog-17614572.post-9458602703618277222009-02-05T05:39:00.000-06:002009-02-05T05:39:00.000-06:00Great work !! It has problems in IE7 if there is a...Great work !! <BR/><BR/>It has problems in IE7 if there is a element with position:relative at the scrolled div...<BR/><BR/>but great :))iuttuhttp://blog.iuttu.comnoreply@blogger.comtag:blogger.com,1999:blog-17614572.post-36281672700961792242008-09-07T00:29:00.000-05:002008-09-07T00:29:00.000-05:00themisfit-Glad to help :)Bob-Thanks!Taylor-I don't...themisfit-<BR/>Glad to help :)<BR/><BR/>Bob-<BR/>Thanks!<BR/><BR/>Taylor-<BR/>I don't currently have this for Mootools 1.1, perhaps sometime if I have some extra time I will port it over (unless somebody beats me to it)Jason Jaegerhttp://www.blogger.com/profile/06130995390096348827noreply@blogger.comtag:blogger.com,1999:blog-17614572.post-10915923116405698342008-08-27T12:25:00.000-05:002008-08-27T12:25:00.000-05:00Hey, just wanted to compliment you on your work. I...Hey, just wanted to compliment you on your work. It looks great. And so does the design of your blog. Well done.Bob Ralianhttp://www.blogger.com/profile/16645459616049136852noreply@blogger.comtag:blogger.com,1999:blog-17614572.post-46732339105907913502008-08-26T15:28:00.000-05:002008-08-26T15:28:00.000-05:00thanks for the help I got it to workthanks for the help I got it to workthemisfitnoreply@blogger.comtag:blogger.com,1999:blog-17614572.post-36925826833401311082008-08-20T12:04:00.000-05:002008-08-20T12:04:00.000-05:00Do you have this for 1.11?Do you have this for 1.11?Taylornoreply@blogger.comtag:blogger.com,1999:blog-17614572.post-54090707343020669812008-08-09T14:43:00.000-05:002008-08-09T14:43:00.000-05:00Oscar-That feature is coming soon :)<B>Oscar-</B><BR/>That feature is coming soon :)Jason Jaegerhttp://www.blogger.com/profile/06130995390096348827noreply@blogger.comtag:blogger.com,1999:blog-17614572.post-11484045536493228242008-08-09T12:39:00.000-05:002008-08-09T12:39:00.000-05:00anonymous-Version 0.52 now disables itself for Saf...<B>anonymous-</B><BR/>Version 0.52 now disables itself for Safari 2. Not a perfect solution but better than crashing the browser :)<BR/>At least until I have time to make it compatible.Jason Jaegerhttp://www.blogger.com/profile/06130995390096348827noreply@blogger.comtag:blogger.com,1999:blog-17614572.post-30041319341380690662008-08-09T12:36:00.000-05:002008-08-09T12:36:00.000-05:00themisfit-I also noticed in your code that you are...<B>themisfit-</B><BR/>I also noticed in your code that you are setting up an accordion navigation. You will have to put your javascript link to function.js after the link to mootools as well. Also since Mootools More is modular you will want to <A HREF="http://mootools.net/more" REL="nofollow">download it</A> making sure to check the slider checkbox (for mooscroll) and the accordion checkbox (for accordion).<BR/>I find it useful to just check all the boxes to have a version with all the modules while whatever I am working on is under development, then go back and prune it down to just the modules you need.<BR/><BR/>One more thing; looks like you will want to remove the leading / on the image URLs in the mooscroll css based on where your images are :)<BR/><BR/>I made a quick example just changing these things:<BR/><A HREF="http://greengeckodesign.com/dev/simonewphoto/about.html" REL="nofollow">http://greengeckodesign.com/dev/simonewphoto/about.html</A>Jason Jaegerhttp://www.blogger.com/profile/06130995390096348827noreply@blogger.comtag:blogger.com,1999:blog-17614572.post-85689300924175783492008-08-09T06:29:00.000-05:002008-08-09T06:29:00.000-05:00Very nice indeed. The question now is, will it aut...Very nice indeed. The question now is, will it automagically refresh the scroller viewport when set to 100% height and we resize the window?Oskar Krawczykhttp://blog.olicio.usnoreply@blogger.comtag:blogger.com,1999:blog-17614572.post-8491092065581870922008-08-07T22:52:00.000-05:002008-08-07T22:52:00.000-05:00themisfit,Looks like you are linking to mooscroll ...themisfit,<BR/>Looks like you are linking to mooscroll <I>before</I> linking to mootools. Since mooscroll requires mootools it must come after it in the code.<BR/><BR/>Thanks :)Jason Jaegerhttp://www.blogger.com/profile/06130995390096348827noreply@blogger.comtag:blogger.com,1999:blog-17614572.post-63853755708214934902008-08-07T16:48:00.000-05:002008-08-07T16:48:00.000-05:00I can't get this to work on simonewphoto.com/test/...I can't get this to work on simonewphoto.com/test/about.html. Could you help me out.<BR/><BR/>Thanksthemisfitwww.misfitmedia.canoreply@blogger.comtag:blogger.com,1999:blog-17614572.post-41938202960197622312008-08-07T08:14:00.000-05:002008-08-07T08:14:00.000-05:00crashes safari 2 on mac : (back to the jquery alte...crashes safari 2 on mac <BR/><BR/>: (<BR/><BR/>back to the jquery alternative for me for nowAnonymousnoreply@blogger.com