IE 6 issues

Out of context: Reply #8

  • Started
  • Last post
  • 11 Responses
  • spraycan0

    absolute positioning can work but it is not recommended for a full site layout only for certain "objects" (if it's well implemented it shouldnt give you cross brownser problems), btw this is erroneous: margin: 0px auto;(for the body)

    • how is that? text-align:center is for centering text, not creating balanced margins.waynomatic
    • yes and waht does margin 0 auto got to do with a fixed element as the body ?spraycan
    • did I say it has to do with the fixed element? According to his css, it looked like he was using the text-centering to center a div object. I was merely suggesting a fix for that.waynomatic
    • div object. I was merely suggesting a list of fixes for various things.waynomatic
    • yes like this one:
      I would start by giving your body a margin: 0 auto;
      spraycan
    • guaranteed that this will center a container div right in the middle of a screen. After that, if he wants to use absolute positioning, he just has to put a relative position inside the parent div. it works.waynomatic
    • absolute positioning, he just has to put a relative position inside the parent div. it works.waynomatic
    • yes but it's better to give to the container the 0 auto property.spraycan
    • you're missing the point. Look at example I posted.waynomatic

View thread