I'm building a website right now, and I wanted to make two columns within my content div. I made two floating div's so they were next to eachother. Now when I place more information in my floating divs, the content div won't grow with the inner div's. I've been looking for a solution for this problem, but I could only find things to make a scrollbar, and one thing I hate is scrollbars that aren't the browser's scrollbar.
Here's some code:
HTML Code:
<body><div id="container"><div id="header"></div><div id="menu"><?php include("include/menu.php"); ?></div><div id="contentainer"><div id="content"><div id="blogcontent"><div class="item"><div class="title">Blog-item 1</div><div class="content">
Er komt hier dus al best wel wat tekst te staan die ik maar even uit me hoofd hier neer moet lullen.
Dat gaat me opzich nog best makkelijk af lalalalalalalalalaa ik ben gek.
</div><div class="readmore"><a href="article.php?id=1">Lees meer</a></div><div class="date">12-07-1988</div></div><div class="item"><div class="title">Blog-item 1</div><div class="content">
Er komt hier dus al best wel wat tekst te staan die ik maar even uit me hoofd hier neer moet lullen.
Dat gaat me opzich nog best makkelijk af lalalalalalalalalaa ik ben gek.
</div><div class="readmore"><a href="article.php?id=1">Lees meer</a></div><div class="date">12-07-1988</div></div><div class="item"><div class="title">Blog-item 1</div><div class="content">
Er komt hier dus al best wel wat tekst te staan die ik maar even uit me hoofd hier neer moet lullen.
Dat gaat me opzich nog best makkelijk af lalalalalalalalalaa ik ben gek.
</div><div class="readmore"><a href="article.php?id=1">Lees meer</a></div><div class="date">12-07-1988</div></div></div><div id="fotocontent"">
<div class="item">
<div class="title">Foto's</div></div></div></div></div></div></body>
Bookmarks