Nothing related to Tabs, in IE there is a Javascript error, because of a trailing comma in an object literal:
jQuery("#one").lavaLamp({fx: "backout", speed: 700,}); IE can't handle that: jQuery("#one").lavaLamp({fx: "backout", speed: 700}); --Klaus On Sep 1, 12:47 am, furio <[EMAIL PROTECTED]> wrote: > I am using UI Tabs in the portfolio section of my site to display the > different categories of my work > (http://www.adamditota.com/portfoliowww.adamditota.com/portfolio). It seems > to work fine in Firefox but not at > all in IE7. > > I guess to kill two birds with one stone, I am also using the jQuery plugin > LavaLamp for my navigation which once again works in Firefox but not IE7. > Anyone have any ideas? > -- > View this message in > context:http://www.nabble.com/UI-Tabs-not-working-in-IE-tp19200672s27240p1920... > Sent from the jQuery General Discussion mailing list archive at Nabble.com.