Re: [jQuery] When / how did you find out about jQuery?

2006-09-27 Thread Isaac Weinhausen
I first heard of jQuery 1.0 in A List Apart article by Nick Rigby in June 06 titled Prettier Accessible Forms (http://alistapart.com/articles/prettyaccessibleforms). At that time, I wouldn't even touch Javascript because the pain it was. But now, with jQuery, I've become a very confident and

Re: [jQuery] Bug with .css('z-index', '2')

2006-09-06 Thread Isaac Weinhausen
I also have the same exact problem. 'Z-index' worked perfectly in 1.0, but not in 1.01 when using IE. I will try your fix and let you know what the result is. -Isaac aedmonds wrote: Wanted to say that $().css('z-index', '2') does not work in IE but does work in FF. What will work in both

Re: [jQuery] Bug with .css('z-index', '2')

2006-09-06 Thread Isaac Weinhausen
I just tested your fix and it worked perfectly. Thanks for your post. My head was spinning for a while... Isaac Weinhausen wrote: I also have the same exact problem. 'Z-index' worked perfectly in 1.0, but not in 1.01 when using IE. I will try your fix and let you know what the result

Re: [jQuery] Bug with .css('z-index', '2')

2006-09-06 Thread Isaac Weinhausen
: Actually, in DOM terms, zIndex is the only correct name. On 9/6/06, Isaac Weinhausen [EMAIL PROTECTED] wrote: I just tested your fix and it worked perfectly. Thanks for your post. My head was spinning for a while... Isaac Weinhausen wrote: I also have the same exact problem. 'Z-index