On Fri, Jan 25, 2008 at 05:39:29AM -0800, Klaus Hartl wrote:
> On Jan 25, 1:22 pm, carvingcode <[EMAIL PROTECTED]> wrote:
> > My tabs (using UI.TABS) stopped working in IE6 yesterday.  There was
> > some formatting problems, but the tabs worked until yesterday.
> >
> > I'm using the stock "flora" CSS package with additional CSS loaded
> > from "main.css".  I've trued to find the IE-specified .css file
> > mentioned in other postings here, but haven't been able.
> >
> > Anyone (Klaus?) care to give a look to see if you can hep determine my
> > error?
> >
> > URL:http://dev.carvingcode.com/sr_dev/
> >
> > TIA
> 
> There is a trailing comma in some object literal in your code. Some
> browsers eat that, but not IE:
> 
> $("#flopilicious > ul").tabs({
>     fxFade: true,
>     fxSpeed: 'fast',
>                           ^
> });
> 
> You should get a cryptic javascript error in IE!

Not sure how often it has been cited here but I had similar problems
recently when a Javascript portion didn't work in Opera while it was
okay in Firefox. And don't get me started about the useless error
messages in Opera (syntax in error in line 123 of your online code...
uh, huh... where is that?).

My favorite to check my Javscript code is http://www.javascriptlint.com/
It found a trailing comma in no time and the code instantly worked.

</ad></2¢>

Kindly
 Christoph
-- 
[EMAIL PROTECTED]  www.workaround.org   JID: [EMAIL PROTECTED]
gpg key: 79CC6586         fingerprint: 9B26F48E6F2B0A3F7E33E6B7095E77C579CC6586

Reply via email to