I suppose I can see a few applications of using multiple id's, but I'm still curious why using classes instead is not a better option.
On 6/5/07, patcoll <[EMAIL PROTECTED]> wrote:
#home #logo #interior #logo
You could for example have <div id="home" class="logo"> My point is that, id's and classes are the same except for the fact that you can only have one id per element, and only one of each id per page. If you remove that uniqueness of id's then it strips much of it's purpose. I do however see that when including various pages (say via ajax) there can be multiple copies of an id. ~Sean