views:

75

answers:

1

I'm trying to use the jQuery script prettySociable, which works fine in all other browsers except for IE - am using IE 8 and have tried testing it in compatibility mode to no avail. I've tried to figure out the errors, but can't seem to get them to work..

http://www.souliejolie.com/2010/test.php

^^ the 'demo' page which craps out in IE, but works in all other browsers.

If someone could help me out, that'd be great!
Thank you

A: 

believe it or not, it was crapping out at

<meta name="description" ...

had to change it to

<meta name="Description" ....

:/

SoulieBaby
Is this related to IE's getElementById() bug?
scunliffe