On 6/12/07, Dan G. Switzer, II <[EMAIL PROTECTED]> wrote:

Saying "div#car" is literally saying find me all "div" tags, where the
"id"
is "car". To do that, we have to first get find all DIV tags and then
figure
out which one has an id of "car".


That's the way it worked pre 1.1. Now, it's "get #car and check if it's a
div".

--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com

Reply via email to