prettySociable IE issues
I'm trying to use the jQuery script prettySociable, which works fine in all oth开发者_StackOverflower 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 youbelieve it or not, it was crapping out at
<meta name="description" ...
had to change it to
<meta name="Description" ....
:/
精彩评论