[jQuery] Re: CSS Style Property Assigned by Class

2009-04-30 Thread Panman01
I just want to note that Google Groups wrapped a couple lines of the code. The DOCTYPE and jquery script will need to be fixed if you copy the code to test it. On Apr 30, 10:17 pm, Panman wrote: > For some reason I cannot get jQuery.css('name') to return a style > property that was assigned by a

[jQuery] Re: CSS Style Property Assigned by Class

2009-05-01 Thread Panman01
I have not been able to figure this out. If I missed some kind of RTFM or something obvious please let me know. I can take it ;) Thanks On Apr 30, 10:22 pm, Panman01 wrote: > I just want to note that Google Groups wrapped a couple lines of the > code. The DOCTYPE and jquery script will n

[jQuery] Re: CSS Style Property Assigned by Class

2009-05-01 Thread Panman01
One thing to note, I've found that this only seems to work in Opera. On May 1, 1:56 pm, Panman01 wrote: > I have not been able to figure this out. If I missed some kind of RTFM > or something obvious please let me know. I can take it ;) Thanks > > On Apr 30, 10:22 pm, Panman0

[jQuery] Re: CSS Style Property Assigned by Class

2009-05-03 Thread Panman01
all the > individual border properties. > If you code this > $('#byClass').append($('#byClass').css('border-top-width')); > then it shows the width as '1px'. > > hth > Paul > > On May 1, 9:39 pm, Panman01 wrote: > > > One t