Hmm, added the height: 67%; and now it works. Can't see where/how to mark this thread resolved though.
Hey all, so I've got the div's working like frames on my page but the only way I can get them to go full size, (height) is by putting <br/> in them. I tried the height directive in the CSS file and it didn't change. Is there a way to make them "fill out" without putting content in them or using the <br/>'s???
Relevant CSS
Thanks All!Code:.container { margin-top: 2%; margin-left: 1%; margin-right: 1%; margin-bottom: 1%; } .leftt { background-image: url("./images/webpage/divback.jpg"); position: absolute; left: 2%; top: 13%; text-align: center; border: 1px solid #FFFFFF; width: 8%; edit - height: 67%; font: verdana; font-size: 10pt; color: #000000; } .rightt { background-image: url("./images/webpage/divback.jpg"); position: absolute; left: 12%; top: 13%; text-align: center; border: 1px solid #FFFFFF; width: 85%; edit - height: 67%; font: verdana; font-size: 10pt; color: #000000; }
Barrie


Reply With Quote



Bookmarks