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:
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.
Make sure there is NO CODE WHATSOEVER before the doctype declaration. Right now I see some PHP commented out.
Hi Senff.
THANK YOU. THAT WORKED!!!! THANK YOU!!!!
IE doesn't like when you put stuff, even comments, before the doctype.