CSS-Tricks / MovingBoxes

Simple horizontal slider which grows up the current box when it's in focus (image, title & text) and back down when it's not in focus.
http://css-tricks.github.io/MovingBoxes/
GNU Lesser General Public License v3.0
280 stars 147 forks source link

Wrong height when use MovingBoxes within a tab content #126

Closed saosangmo closed 10 years ago

saosangmo commented 10 years ago

screen shot 2013-12-16 at 11 09 25 pm I am use a simple jquery tab to play MovingBoxes and try some css hack but not successfull.

You can see it here http://koolbike.vn/xe-may-dien-dmn24-7

Mottie commented 10 years ago

Hi @saosangmo!

Wow sorry, I have no idea how I missed this issue. The solution would be to refresh MovingBoxes when the tab becomes visible/active.

$('#boxes').movingBoxes();

I didn't get a chance to see if that solved your issue since it appears that it is no longer being used. Sorry.

saosangmo commented 10 years ago

In the next time, I will implement your nice plugin with this solution. Thank you