CSS is a pain UPDATE: sorted

by Kevin on October 5, 2008
in Journal

Update 06/10/08: Got it sorted

CSS is a pain in the ass sometimes. Everything seems to be fine yet the main content is appearing below my sidebar instead of side by side. I am told that this is because one element is probably too big and is being pushed out of alignment. My sidebar is 200 pixels with a 600 pixel left margin and floated right. The content is 600 pixels wide with a 200 pixel right margin and is floated left.

This is why I’ll never be a web developer.

Comments

One Response to “CSS is a pain UPDATE: sorted”
  1. avagdu says:

    You might have to change the order of the elements or make some div containers to hold stuff in alignment. If you need help I can take a look at it if you send me the CSS.