[jQuery] Re: Complex(ish) table formatting code not working in Firefox 2

2007-07-18 Thread Will Kelly
Deamach thanks for looking, In the screen shot you posted it definately appears wrong. please take a look at the page with the firefox win fix. http://www.logicbox.net/jquery/pricetable/index2.html The second table should have a thick blue border around the body. W On Jul 17, 7:17 pm, Daemach

[jQuery] Re: Complex(ish) table formatting code not working in Firefox 2

2007-07-17 Thread Will Kelly
Screenshot from FF2 here http://www.logicbox.net/jquery/pricetable/screen.jpg On Jul 17, 2:15 pm, "Benjamin Sterling" <[EMAIL PROTECTED]> wrote: > I second Erik on this, can you elaborate on your issue? Maybe send a screen > shot of what you are getting?

[jQuery] Re: Complex(ish) table formatting code not working in Firefox 2 [windows bug?]

2007-07-17 Thread Will Kelly
Ouch rather annoyingly googlegroups ate my reply!.. Erik thanks, I got a friend to test on FF2 on Mac OS X and he had no problems, are you on the same platform? I think possibly it's a FF Windows issue. To clarify this problem ive done a couple of new examples. http://www.logicbox.net/jquery/pr

[jQuery] Re: Complex(ish) table formatting code not working in Firefox 2

2007-07-17 Thread Will Kelly
Erik thanks, Just had a friend test on Firefox 2 on Mac OS X, and he had no problem, are you on the same platform? I think possibly it's a Windows issue only. Created new example pages to better demonstrate. This page: http://www.logicbox.net/jquery/pricetable/index1.html The top table is unmod

[jQuery] Re: Complex(ish) table formatting code not working in Firefox 2

2007-07-17 Thread Benjamin Sterling
I second Erik on this, can you elaborate on your issue? Maybe send a screen shot of what you are getting? On 7/17/07, Erik Beeson <[EMAIL PROTECTED]> wrote: I'm not sure what problem you're having. The pages appear to render identically in FF and Safari... What about it do you think isn't wor

[jQuery] Re: Complex(ish) table formatting code not working in Firefox 2

2007-07-17 Thread Erik Beeson
I'm not sure what problem you're having. The pages appear to render identically in FF and Safari... What about it do you think isn't working right? In looking through the generated source in firebug, it appears that all of your classes are getting added to the correct elements... Actually, upon

[jQuery] Re: Complex(ish) table formatting code not working in Firefox 2

2007-07-17 Thread Will Kelly
Can anybody confirm if this is a bug? It looks like it to me! Here's the code... (function($) { $.fn.priceTable = function () { return this.each(function() { $("thead td:first", this).addClass('js-ptd'); $("thead th:last", t