Internet Explorer Issues

Permalink
I build sites using Mac, Concrete5 & Firefox or Safari and have NO issues. However, nothing works on IE. No slideshows, everything is misaligned. I have never used word, so that common problem is not applicable here. I need some help, websites in question are,

http://www.allarsonphoto.com
http://www.petsittingagency.com
www.www.pelicanlawnandlandscaping.com...

Thanks

 
Steevb replied on at Permalink Reply
Steevb
You have a div inside your head tag (allarsonphoto).

<div class="addthis_sharebar_config" style="display:none;">
* disable search
* max services: 20
</div>


Try taking that out, move it and test again
pelicanlawn12 replied on at Permalink Reply
I can not find that,
mhawke replied on at Permalink Reply
mhawke
Please run your sites through http://validator.w3.org.

In the first link, you have a <div>...</div> inside the <head>...</head> section where they don't belong (see 55 webdesign's comment above). It also has an orphaned </div> at the very bottom right above the closing </body> tag. These errors are found in your template files such as "left_sidebar.php" in your theme folder. IE9 also doesn't like the sharebar script thing you have. IE7 & 8 seem fine with it but IE9 shows an error in the developer's console. (F12->console tag)

The second link comes back pretty clean.

The third link has a couple of items including an <img> tag around line 157 that has an orphaned </div> tag right after it.