hey, i`m again 
i search a auto resize script like this: http://www.burkhardhenrichs.de/
if you reduce your window the div elements automatically change the width/height.
is there a script avaible here on codecanyon ? or maybe a free jquery plugin ?
- Bought between 10 and 49 items
- Contributed a Blog Post
- Contributed a Tutorial to a Tuts+ Site
- Exclusive Author
- Has been a member for 4-5 years
- Item was Featured
- Microlancer Beta Tester
- Referred between 100 and 199 users
- Sold between 10 000 and 50 000 dollars
There isn’t an auto-resizer plug-in, it’s just a responsive theme.
but if you take a look at the code, if you reduce the window the styles “left,top etc” automatically changes.
- Bought between 10 and 49 items
- Contributed a Blog Post
- Contributed a Tutorial to a Tuts+ Site
- Exclusive Author
- Has been a member for 4-5 years
- Item was Featured
- Microlancer Beta Tester
- Referred between 100 and 199 users
- Sold between 10 000 and 50 000 dollars
It uses a mix of auto-dimensions CSS and JavaScript. Respond.js (https://github.com/scottjehl/Respond) is probably what you are looking for. It enables media queries for old browsers, and also the code has a snippet that detects the windows resizing. That bit can help you 
