Seems to be something with the current version of chrome. I clicked your link and everything was clickable, I noted I had a chrome update pending, updated Chrome and the links were no longer clickable.
EDIT: I did notice a few things when I validated the page on w3c. First when you switched from jquery 1.5 to 1.10 you commented out the opening script tag but left the closing one in place and you also have a number of html5 tags in the document but the document is an xhtml 1.0 Transitional document so those tags are invalid and who knows how a browser will deal with them, plus a number of other errors. Do the links work if you view on a default style with no parent?
|