<?xml version="1.0" encoding="UTF-8"?>
<nde:catalog xmlns:nde="http://devedge.netscape.com/2002/de">
  <nde:article>
    <nde:title>Correctly Using Titles With External Stylesheets</nde:title>
    <nde:summary xmlns:nde="http://devedge.netscape.com/2002/de">
      <p>
External stylesheets are often associated with HTML documents using the <code>link</code> element, but it is important to use the element's attributes properly.  This is because there are three kinds of stylesheets, and the <code>title</code> attribute is key to the establishment of two of them.  The presence of the <code>title</code> attribute in a <code>link</code> element that references an external stylesheet can cause the stylesheet to become a <em>preferred stylesheet</em>.  This will in most cases cause the external stylesheet to be ignored, which is typically not what an author intends to do.
</p>
    </nde:summary>
    <nde:category>TechNote</nde:category>
    <nde:pubdate year="2002" month="12" day="30"/>
    <nde:channel channelid="css"/>
    <nde:channel channelid="html"/>
    <nde:channel channelid="viewsource"/>
    <nde:authname>Eric A. Meyer</nde:authname>
  </nde:article>
  <nde:article>
    <nde:title>Fixing Table Inheritance in Quirks Mode</nde:title>
    <nde:summary xmlns:nde="http://devedge.netscape.com/2002/de"/>
    <nde:category>Technote</nde:category>
    <nde:pubdate year="2002" month="11" day="26"/>
    <nde:channel channelid="css"/>
    <nde:channel channelid="html"/>
    <nde:channel channelid="viewsource"/>
    <nde:authname>Eric A. Meyer</nde:authname>
  </nde:article>
  <nde:article>
    <nde:title>Fixing Incorrectly Sized List Item Markers</nde:title>
    <nde:summary xmlns:nde="http://devedge.netscape.com/2002/de"/>
    <nde:category>TechNote</nde:category>
    <nde:pubdate year="2002" month="10" day="04"/>
    <nde:channel channelid="css"/>
    <nde:channel channelid="html"/>
    <nde:channel channelid="viewsource"/>
    <nde:authname>Eric A. Meyer</nde:authname>
  </nde:article>
  <nde:article>
    <nde:title>Consistent List Indentation</nde:title>
    <nde:summary xmlns:nde="http://devedge.netscape.com/2002/de"><p>
One of the most common style changes made to lists is a change in the indentation distance-- that is, how far the list items are pushed over to the right.  This often leads to frustration, because what works in one browser often doesn't have the same effect in another.  For example, if you declare that lists have no left margin, they move over in Explorer, but sit stubbornly in place in Gecko-based browsers.
</p>
<p>
In order to understand why this is the case, and more importantly how to avoid the problem altogether, it will be necessary to examine the details of list construction.
</p></nde:summary>
    <nde:category>Article</nde:category>
    <nde:pubdate year="2002" month="08" day="30"/>
    <nde:channel channelid="css"/>
    <nde:channel channelid="html"/>
    <nde:channel channelid="viewsource"/>
    <nde:authname>Eric A. Meyer</nde:authname>
  </nde:article>
  <nde:article>
    <nde:title>Styling Abbreviations and Acronyms</nde:title>
    <nde:summary xmlns:nde="http://devedge.netscape.com/2002/de"/>
    <nde:category></nde:category>
    <nde:pubdate year="2002" month="08" day="09"/>
    <nde:channel channelid="css"/>
    <nde:channel channelid="html"/>
    <nde:channel channelid="viewsource"/>
    <nde:authname>Eric A. Meyer</nde:authname>
  </nde:article>
  <nde:article>
    <nde:title>Images, Tables, and Mysterious Gaps</nde:title>
    <nde:summary xmlns:nde="http://devedge.netscape.com/2002/de"><p>Almost no matter when you started creating Web pages, odds
    are pretty high you have one or more designs based on the
    classic &quot;convoluted tables and lots of images&quot; paradigm.
    Whether you've sliced up a logo so it fits in well with the
    design, or used tons of single-pixel spacer GIFs, the
    principles (and perils) remain largely the same. Back in the
    early days, this approach worked, because browsers would
    usually make a table cell exactly as wide and tall as an image
    it contained.</p>

    <p>Fast forward to 2001, and the rise of standards-based
    browsers that lay out pages using HTML and CSS instead of their
    own private layout algorithms. Thanks to an obscure corner of
    the CSS specification, every design based on a precise layout
    of small images in table cells have become visual disasters
    just waiting to happen. All it takes is a modern browser and
    the right DOCTYPE, and kaboom!</p></nde:summary>
    <nde:category>TechNote</nde:category>
    <nde:pubdate year="2002" month="03" day="04"/>
    <nde:channel channelid="css"/>
    <nde:channel channelid="html"/>
    <nde:channel channelid="viewsource"/>
    <nde:authname>Eric A. Meyer</nde:authname>
  </nde:article>
</nde:catalog>
