• This is weird. I have my page centered in IE, but with Firefox, it’s on left align. What is problem I can’t figure out? I’ve checked all the CSS codes and tried out few, but not a solution. I need help on this. Thanks

    http://www.unkool.com where is my blog goes.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Either add: align="center" to the actual TABLE tag for the 3 tables. Or, add this to .header, .footer, and .tablemain in your CSS file:


    margin-left: auto;
    margin-right: auto;

    Thread Starter nden

    (@nden)

    That’s FIXED! Thanks prissed

    Now you just have to straighten out the sidebar issue 🙂

    Thread Starter nden

    (@nden)

    Ya! I fixed the sidebar in IE to be center of the side column, but not with FF, it’s OFF!

    I put margin-left: auto; and margin-right: auto; in ID sidebar CSS but didn’t work on FF.

    Hmmm… anyone?

    I would just float it or you could use absolute positioning either way it should be cross browser friendly

    i think you may have a couple of side bar divs, the default kubrick is still there, take yours out ie margin-left etc and just use the default and play with the numbers, which your numbers are slightly different than the default. This is the positioning in the default

    margin-left: 545px;

    Thread Starter nden

    (@nden)

    Yup, just fixed it. Thanks dawg

    no problem

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘IE center! FF Left align’ is closed to new replies.