-1

Warning, the page contains some NSFW images.

http://neekeri.com/2012/

I'm trying to make the left div 300px width and the right one to be rest of the page.

I finally figured out how to get them stay next to each other like that, but the fix I used made the heights all weird.

HTML & CSS: http://pastebin.com/tggteQWg

Any suggestions/ideas?

Community
  • 1
  • 1

1 Answers1

0

In your CSS (within div#right), if you remove margin-left : 300px it should fix it. Alternatively, you can remove overflow : scroll.

(Don't remove them both, but try one or the other, both seem to fix your issue)

Rion Williams
  • 74,820
  • 37
  • 200
  • 327