Full height div above dynamic grid

Djintomtom

New Member
What i have:
A dynamic barchart partial, with variable height and range:http://jsfiddle.net/Nitro3k/zg2am/What i want:
To minimize the calculated values (style props), that are being set for each dynamic element.What the problem is:
The main issue lies in the definition of \[code\].bar_container\[/code\]. I basically have to set \[code\]height\[/code\] and \[code\]bottom\[/code\] to bar-amount x100. This is getting a bit messy on my site and i want something like a stable 100% height (without using javascript). How would i have to build the structure for that?
 
Back
Top