Forums
(@everm0re)
16 years, 10 months ago
added the overflow: auto; that caused the container div to be next to my header-div. But the thing with the background color worked. Now i just needed to also give the container the float: left; style and it works perfectly now.
overflow: auto;
float: left;
Thanks!