Peter Speltz wrote:
 If anyone cares to reply: Is using id just a
matter of protection for the developer by limiting them or is there
more to it than that?


NEVER limit the developer.

there is a time for a class
and a time for an id.

such as:

.menuitem { color: #fff; }
#menuholder { border: 1px solid #000; }


<div id="menuholder">
        <a class="menuitem" href="link1.html">Link1</a>
        <a class="menuitem" href="link2.html">Link2</a>
</div>


there is much more in the css-discuss wiki.
        

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to