On 12/12/06, Aaron Heimlich <[EMAIL PROTECTED]> wrote:


div#myid = SLOW!!

#myid = FAST!!

.myclass = SLOW!!

div.myclass = FAST(er)!!




LOL, I think this is how it works in real CSS.

div#myid = Faster
#myid = Slow
.myclass = Slow
div.myclass = Fast

Cheers

--
Joan Piedra || Frontend webdeveloper
http://joanpiedra.com/
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to