Page is a not externally linkable
- Code, Content, and Presentation
-- CSS
---- CSS Crib Sheet, cheatsheets, shortcut lists, syntax lists, & others


jetboy_70 - 4:38 pm on Sep 15, 2004 (gmt 0)


No. That's an example of once vs. silly.

Once:

<div id="contains all spec for this block">
<h1></h1>
<p></P>
<ul><li></li></ul>
</div>

Many:

<div class="contains all spec for this block">
<h1></h1>
<p></P>
<ul><li></li></ul>
</div>

<div class="contains all spec for this block">
<h1></h1>
<p></P>
<ul><li></li></ul>
</div>

Note: Neither the class or id declarations should contain spaces


Thread source:: http://www.webmasterworld.com/css/4514.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com