> > From: Dylan Verheul
> > Actually, in DOM terms, zIndex is the only correct name. 

> From: aedmonds
> Right... but for CSS properties I believe z-index is the only 
> correct name for the zIndex property. Maybe I'm wrong but do 
> know you set zIndex by using
> 
> p { z-index: 2; }
> 
> I guess I've really never tried 
> 
> p { zIndex: 2; }

Nor would you want to.

It's always names-like-this in CSS code and namesLikeThis in the DOM.

-Mike


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to