MyBB Community Forums

Full Version: Stretch theme width button
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys. Some themes have stretch\shrink button. (For example Unova theme).

[Image: 1339600425-clip-11kb.jpg]

Can anyone write a tutorial how to make such or maybe better feature? And of course width choise must be stored in cookies.
Any ideas?
Looks like it just uses Javascript to increase the width of the majority of the divs on the page. Just give every div you want to "grow" a class id of "grow" or something similar, and use javascript or jQuery to change the width of each of those elements.
But what about cookies?
they're using jquery easing