Homepage changed in IE6

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
tobias81
Forum Members
Forum Members
Posts: 29
Joined: Tue Jan 11, 2011 6:09 am

Homepage changed in IE6

Post by tobias81 »

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 ?
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: Homepage changed in IE6

Post by Dr.CSS »

This is a CSS styling problem, many ways to fix it but a link helps to see...
tobias81
Forum Members
Forum Members
Posts: 29
Joined: Tue Jan 11, 2011 6:09 am

Re: Homepage changed in IE6

Post by tobias81 »

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
User avatar
Tanzbär
Forum Members
Forum Members
Posts: 17
Joined: Tue Dec 28, 2010 10:15 am

Re: Homepage changed in IE6

Post by Tanzbär »

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
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: Homepage changed in IE6

Post by Dr.CSS »

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>
Post Reply

Return to “Layout and Design (CSS & HTML)”