Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter thebluntprophet

    (@thebluntprophet)

    Is anyone able to help me out by chance? Would love to fix this IE bug at least.

    To center your entire site in IE, you need to add body {text-align:center;} to your stylesheet.

    I’d say the reason your button isn’t centering is because it’s being generated by a script. Instead of <div style-text-align:center;> try <div style="margin-left:20px;">

    Thread Starter thebluntprophet

    (@thebluntprophet)

    The button is now fixed , thank you very much doodlebee,
    but it seems even with the stylesheet edit it still wraps into the sidebar, could I be missing a <div> somewhere or?

    This is the same problem as “sidebar dropping” in IE. Something is off. You either have your math off for the sidebar and/or content divs, you have a link or a picture that’s too wide – something like that.

    Thread Starter thebluntprophet

    (@thebluntprophet)

    I have looked very hard I must say as to where something is missing and I still can’t line up the posts where they should be.

    I have looked at indez,page,comments,header,footer etc nothing

    ANy help would be fantastic as I know users out there still use IE ??

    I didn’t say something was *missing*, I said your math is probably off somewhere.

    IE *adds* padding to width-related stuff. Everyone else *includes* it. So if you have a div that’s 200px wide with 10px padding, in Firefox, the div will be 200px wide. In IE, it’ll be 220px wide.

    Try putting in a conditional comment that tells IE:

    * {margin:0;padding:0;border:none;}

    If that doesn’t help, you need to go through and start adding up div widths.

    Thread Starter thebluntprophet

    (@thebluntprophet)

    Thank you once again, looks like that worked.

    Thread Starter thebluntprophet

    (@thebluntprophet)

    So long story short the whole IE issue had to do with me using italics. IE SUCKS !!!!!!!!!!!

    Use a real browser folks !

    atanone

    (@atanone)

    I have the same problem. When I use FF, the center is okay but when I use IE, the page came up centered, but as soon as the loading completed, all the page will move to left again.

    I’m using WP Andreas01 theme and here is the page: https://mysattrack.net .

    Any comment would really be appreciated.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘IE and Centering issue’ is closed to new replies.