After reading some of the threads here lately, not only have I been able to correct a great many of my CSS issues, but I have learned much in the process...
One thing I read in a recent thread is that you cannot have more than one div id per page - no repetitions. This is difficult for me to assimilate. For example, on my page (which many of you have helped me with - thanks!), I have some tables that are one TR in height and use only one TD as well, but are filled with up to 12 div's, some that have id #cell, and others that have id #cell_pkg (which, incidenly, did not parse in the validator - doesn't like the "_"?). I use those same id's because the are all positioned relatively and I achieve the layout I want. Also, the validator noticed my repeated use of the same div id's.
However, to be W3C compliant, do I need to specify a unique id to every div I put on my page? Sounds to me like I will have an incredibly huge style sheet!









Bookmarks