Hi, I'm working on the code for my new portfolio site and I'm using masonry for the expanding grid layout.
I'm having problems with the code that makes it scroll to the expanded DIV. It doesn't always scroll to the upper part of the div .expanded... Here's a sample:
Try to click box 1 and then box 5. You'll notice that the page scrolls to half-way below box 5. It took me hours to get the scroll-to expanded box working, I'm not really that good in jquery, so help will really be appreciated. :)
Another thing, if you expand box 1 and click on the link, box 1 closes.
I got the sample html/css code from this thread by the way.