CSS Positioning help!

  • Started
  • Last post
  • 1 Response
  • jcontonio

    I have started my first css layout last night with this new website. It all looks good in Mozilla and Safari, but not in IE on Windows (haven't tested mac).

    the URL is http://www.formandfunctionstudio…

    In IE WIN the divs are just centered and going straight down the page where it's supposed to be a two column design (as you'll see in Mozilla)

    One thing I can't figure out is how to center the whole layout to the page. I tried doing margins of 25% or something but it does nothing.

    If anyone can take a look at the stylesheet and tell me what's wrong that would be awesome!

  • kpl0

    margin: auto

    instead of

    text-align: center

    and try messing around with float:right and float:left instead of absolute positioning.