A few website problems :(

Hi,

I’m still having some problems on my website www.cotswoldbells.co.uk

It displays ok in firefox. But when I view it in IE8 I have the following problems:

  1. The EOT font wont display even though its uploaded to the server?
  2. The footer stays the same size when you zoom in and out??

Any help ??

Kind of fixed the footer, but also menu buttons aren’t aligned in IE7?

The height of the dark green footer area still does not extend in FF when the text is zoomed. That can be fixed by eliminating the max-height:90px property assigned to it.

custom-css , line 1:


#colophon {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    [color=red][s]max-height: 90px;[/s][/color]
    max-width: 962px;
    padding: 0;
    width: 100%;
}

Hi Ben, I’ve tried it an that doesn’t seem to eliminate the problem in IE :frowning:

Also, I added the IE CSS3 support plugin to try and get back the box shadows and rounded corners in IE. But as most of my CSS is added on in a custom css document where do I point the plugin? Cheers

Also the background isn’t sized properly in IE! :frowning: Any help for any of these problems? Cheers!