Find height of a div

trnsportbursa

New Member
I got a small problem i can't find the height of my div, i get the data out of a Mysql database so it's just a bunch of text. but de height of container doesn't change so the background is only ont the first part of the page.I thought using jqeury or something to find the height of the div and change my css to that.this is the div I'm talking about \[code\]<div id="artistright"><h2>Biografie</h2><br /><?php echo $data['biografie']; ?></div>\[/code\]
 
Top