Homepage changed in IE6
Homepage changed in IE6
Hi, I have made a website. Now when I test it in firefox, chrome and IE8 it works fine. But when I was with a friend, I saw that the website was wrong on IE6 what can I do to the website to work even for older versions of Internet Explorer ?
Re: Homepage changed in IE6
This is a CSS styling problem, many ways to fix it but a link helps to see...
Re: Homepage changed in IE6
Here is the site.
http://www.elisabethbohman.se
The strange is that its dosent work good on IE7, IE8... but in chrome and firefox its works.
Please help me with code i can´t do this on my own.
/T
http://www.elisabethbohman.se
The strange is that its dosent work good on IE7, IE8... but in chrome and firefox its works.
Please help me with code i can´t do this on my own.
/T
Re: Homepage changed in IE6
That's not strange, it's because IE is such a crappy piece of software. It did not follow the rules of CSS, so your site looks like crap if you didn't spend extra hours to work around its quirks
Re: Homepage changed in IE6
It helps if you make sure it's valid before trying to fix any CSS problems, some how you have parts that should be in <head> in header div...
<div id="slogan-text" class="logo-text">
<base href="http://www.elisabethbohman.se/" />
<meta name="Generator" content="CMS Made Simple - Copyright (C) 2004-10 Ted Kulp. All rights reserved." />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</div>
<div id="slogan-text" class="logo-text">
<base href="http://www.elisabethbohman.se/" />
<meta name="Generator" content="CMS Made Simple - Copyright (C) 2004-10 Ted Kulp. All rights reserved." />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</div>