that's my code problem :) but should work fine see here http://smoothgallery.jondesign.net/showcase/gallery/
On Thu, Dec 17, 2009 at 10:19 PM, Eneko Alonso <[email protected]>wrote: > Looks good, I was just checking it out, but it has some issues when > browsing back on IE. > For example, if you go all the way to the 4th slide set, when you click the > back button it goes to #gid3, but if you click back again it goes to #gid2 > > I'm looking at the jQuery plugin that Google uses on the Google Code pages, > which works fine in all browsers that I have tested. If I can't find > anything else working fine I'm planning to port it to Mootools for my > project. > > http://www.gstatic.com/codesite/ph/9780382801487167851/js/source_browse_jquery_v1_3_2.pack.js > http://www.mikage.to/jquery/jquery.history.js > > > > > > > On Thu, Dec 17, 2009 at 11:46 AM, Dirar Abu Kteish <[email protected] > > wrote: > >> I am working on something similar: Developer.ps/moo/test, I am using >> digitaralds history manger http://digitarald.de/project/history-manager. >> The version is not up yet, but you can use the one by aNobii here >> http://developer.ps/moo/test/js/HistoryManager.js >> >> >> On Thu, Dec 17, 2009 at 9:41 PM, Eneko Alonso <[email protected]>wrote: >> >>> I´m on a project that requires this navigation now and so far I´m just >>> checking the hash for changes. >>> >>> The problem is that clicking on a link that only changes the hash (like >>> <a href="#myaccount">My account</a>) does save a new step in history in >>> Firefox and Chrome, but it does not on Internet Explorer. So the user can't >>> click the back button to go to the previous page/hash. >>> >>> There are tricks with iframes for that, but I don't recall any use of >>> flash. >>> >>> Eitherway, any recommendations are welcome, and if there is a Mootools >>> way to do this, betten then :) >>> >>> >>> 2009/12/17 Fábio M. Costa <[email protected]> >>> >>>> Digitarald is recreating his History Manager for mootools 1.2+ >>>> I'm not sure if its ready for release. >>>> >>>> -- >>>> Fábio Miranda Costa >>>> Solucione Sistemas >>>> Engenheiro de interfaces >>>> >>>> >>>> >>>> On Thu, Dec 17, 2009 at 11:20 AM, Bruno Daniel <[email protected]>wrote: >>>> >>>>> iFrames and flash? I never tried writing one myself so I might be >>>>> wrong, but I believe only by periodically checking the hash portion of the >>>>> URL ("example.com/somepage.htm#hash_here") for changes should do the >>>>> trick. >>>> >>>> >>>> >>> >> >> >> >>
