Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS IE explorer problem with align. Please help!

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #41128
    gwolff2005
    Member

    Hi guys,
    I am quite desperate. I downloaded a guestbook open source code and put my background onto it, etc… It works fine in every browser, but it completely goes crazy on IE. http://guntmarwolff.com/gaestebuch/
    Just this site goes funny and I have no clue why… Please help. It must be something with the css. because I did not change anything in the php.
    The css code is:
    @font-face {
    font-family: ‘Trajan Pro’;
    src: url(‘/fonts/trajanpro-regular-webfont.eot?’) format(‘eot’), url(‘/fonts/trajanpro-regular-webfont.woff’) format(‘woff’), url(‘GraublauWeb.ttf’) format(‘truetype’);
    }
    The code for the site is:

    Thanks for your help.

    #116192
    Senff
    Participant

    Make sure there is NO CODE WHATSOEVER before the doctype declaration. Right now I see some PHP commented out.

    #116234
    gwolff2005
    Member

    Hi Senff.

    THANK YOU. THAT WORKED!!!! THANK YOU!!!!

    #116243
    Kitty Giraudel
    Participant

    IE doesn’t like when you put stuff, even comments, before the doctype.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.