• Hi,
    My (valid) WP website looks fine in ie7, ie8 and firefox but the border sizes and spacing is out of line in ie6.

    Can anyone explain what I can do to fix this for ie6?

    Thanks very much,

    John

Viewing 5 replies - 1 through 5 (of 5 total)
  • IE6’s CSS box model is badly broken so you may want to look at conditional CSS.

    I also like to use reset CSS which helped me very much with problems like these…

    It resets things like borders and margins to zero so your starting point is the same in all browsers.

    Thread Starter jonniboo

    (@jonniboo)

    Thanks awfully old chaps.
    I’ll have a go and see if I can’t sort this wretched ie6 blighter out- what!

    Thread Starter jonniboo

    (@jonniboo)

    Hmm.
    Have got the conditional css working but can’t get rid of the weird padding effect on my divs which have rounded corner images on them.
    (the ‘about’ divs on home page for example.)

    They work fine except for ie6. Any ideas?

    You might want to try getting rid of any rounded corners in your IE6 sheet and then re-adjusting the padding to suit.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘ie6 css border spacing problem’ is closed to new replies.