bigtoothmedia
bigtoothmedia

Reputation: 201

Website works fine in all browsers, except IE8

http://www.riddlecombe-manor.co.uk

This site works fine in all browsers except IE8! It uses the latest Wordpress installation and a custom theme. There is javascript and browser detection as well media detection in there (some of which is commented out as I don't want the site looking different on mobiles).

Anything anyone picks up on that looks like the cause of my headaches would be my friend forever!

Thanks all,

Cam

Upvotes: 1

Views: 1167

Answers (2)

markratledge
markratledge

Reputation: 17561

You've got 404s for a javascript and two style sheets. Use Firebug with Firefox, or in Chrome or Safari or IE8, use the developer tools to see what's loading and not loading on your site.

Upvotes: 1

E. Barnes
E. Barnes

Reputation: 179

If you turn on script debugging in IE, you will see there is a javascript error happening on page load (related to 'foundation.js') that may be part of the problem:

SCRIPT5022: Syntax error, unrecognized expression: after 
foundation.js?ver=3.3.1, line 3 character 47347

Upvotes: 1

Related Questions