Thread Starter
peek
(@peek)
well, so far i know i can get a divs height with javascript.
http://wordpressapi.com/2010/03/04/div-height-javascript-div-element-height-auto/
the problem is, the moment i can do that, php is already finished generating the html and so the sidebars…
Perhaps putting both the post div and the thumbnails div in another div and using overflow hidden on the thumbnails div?
Thread Starter
peek
(@peek)
i thought of that too, but that would mean, i would overlap the next post…
heres a screenshot of the design/sketch:
http://aq295.w4yserver.at/screenshot.png
here is a current version: http://aq295.w4yserver.at/wordpress/
but a lot is still to be done, work in progress!
how about getting div height, the first time php generated a post and save that value for each post. then use this value, the second time the page gets viewed, to generate the corresponding sidebar. am i crazy?