Ie6-7 Javascript
I am using the 'mimic igoogle tutorial with cookies' by James Padolsey http://james.padolsey.com/tag/cookies/ I have encountered a problem with the way that IE6 & 7 interprets
Solution 1:
Remove the last comma in this object it will work.
widgetIndividual : {
static: {
movable: false,
removable: true,
collapsible: true,
editable: false
}
}
Post a Comment for "Ie6-7 Javascript"