Hello all,
I have having an issue where IE7, displays an error on the page when this script is used. It wont initiate the scroll bar yet it works fine in the other browsers (IE8,Firefox,Chrome all fine)
Even if I put the code in a js file instead of the html, IE7 finds the problem there. The red text is what it points to as an error
Code:
$(function()
{
$('#content_right_services').jScrollPane(
{
showArrows: true,
});
});