Looks fine in FireFox, but in IE I get an error.

If I comment out lines 22 & 23 from tabs.js, it seems to work okay, but I haven't investigated what the root cause of the problem might be.

.tabs({
      //selectedClass: 'active',
      //fx: fx,
})

---------------------------
Error
---------------------------
A Runtime Error has occurred.
Line: 24
Error: Expected identifier, string or number
---------------------------

Comments

cpugeniusmv’s picture

I encountered the same problem and here's the solution I came up with:

Replace line 23...

fx: fx,

with this:

fx: fx

Apparently IE7 doesn't like the last comma.

nedjo’s picture

Status: Active » Fixed

Thanks, applied.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.