views:

224

answers:

0
+2  Q: 

Error Galleria IE7

I am using galleria for my site [Minavet.ro][1]

[1]: http://minavet.ro and this error comes up is IE7

Line:219079877
Char:2
Error:Expected identifier, string number
code:0
url:http://minavet.ro

Thx for your time

I have given the images width and height and now the error is

Line:222704333
Char:2
Error:Expected identifier, string number
code:0
url:http://minavet.ro

Ihave corrected the comma error after main_imag

jQuery(function($) { 
    $('ul.gallery').galleria({

    history : false, // deactivates the history object for bookmarking, back-button etc.
 clickNext : false, // helper for making the image clickable. Let's not have that in this example.
 insert : '.main_imag' // the containing selector for our main image.
 // If not found or undefined (like here), galleria will create a container
 // before the ul with the class .galleria_container (see CSS)
  // shows the nav when the image is showing 


    }); 
    }); 

and still the error persists but now it has changed the line againe