ofnAntoniaGonterman
New Member
Direct Link to Issue: http://s18.postimg.org/f55rkfl1l/issue.png\[code\]<div class="overall_content"> <div class="content"> <p>jessicaPhotography<br><img src="http://stackoverflow.com/questions/15837388/images/heart.png"></p> <div class="content_picture"> <p class="main"> This is where the revolving images will appea This is where the revolving images will appea This is where the revolving images will appea This is where the revolving images will appea This is where the revolving images will appea </p> </div> </div> </div>\[/code\]Can someone help me understand why I cannot get my content div to expand with the text within the paragraph tag. Here is my css:\[code\]html, body, header, p, h1, h2, h3, h4, h5, h6, img, .content {padding: 0px;margin: 0px;}html {background: url('images/background_gradient.png') repeat;}header {width: 100%;height: 30px;background: rgb(0,0,0);}.overall_content {width: 84%;height: 100%;background: rgb(255,255,255);margin: 0px auto;margin-top: .5%;position: relative;}.content {width: 98%;height: 98%;background: rgb(0,0,0);position: absolute;top: 1%;left: 1%;}\[/code\]ADDITIONAL INFORMATION\[code\].content_picture {height: 100%;width: 100%;}/********************************//* Intrinsic Content Properties *//********************************/.content p.main {color: rgb(255,255,255);font-family: Verdana, Arial;font-size: 18px;padding: 25px;}\[/code\]