Question

Here's my code: http://pastebin.com/gjyKH5hD

Live example: http://rusti.dk/test/

I honestly don't know what I'm doing wrong. I've been fiddling with this for days now. I thought it was a simple task, apparently not for me. Would really appreciate a bright mind to help me out.

Basicly all I'm trying to make is two divs next to each other centered on the page. With a 1px black border going all the way around and inbetween.

Left box: 350px width, 600px min-height, used to display facebook like box.

Right box: 450px width, 600px min-height, used for the content of the page.

Background: One big image.

Could anyone help me out? I think it's the FB-likebox that might be the troublemaker, but I'm really not sure. :/

Was it helpful?

Solution

You've missed one closing </div> for the left box.

See: http://jsfiddle.net/2qj5a/

I've added it in line 12.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top