<?xml version="1.0" encoding="UTF-8"?>
<nde:catalog xmlns:nde="http://devedge.netscape.com/2002/de">
  <nde:article>
    <nde:title>Netscape DevEdge Redesigns As Standards Showcase</nde:title>
    <nde:summary xmlns:nde="http://devedge.netscape.com/2002/de">Netscape DevEdge is now showcases standards-based, cross-browser techniques. 
	Get sample code and learn how you can build engaging, effective sites that 
	meet accessibility guidelines.</nde:summary>
    <nde:category>Article</nde:category>
    <nde:pubdate year="2003" month="01" day="30"/>
    <nde:moddate year="2003" month="01" day="30"/>
    <nde:channel channelid="viewsource"/>
    <nde:channel channelid="css"/>
    <nde:authname>Eric Meyer</nde:authname>
    <nde:authname>Robert Clary</nde:authname>
    <nde:authname>Susie Wyshak</nde:authname>
  </nde:article>
  <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>Gecko's &quot;Almost Standards&quot; 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="08"/>
    <nde:channel channelid="css"/>
    <nde:channel channelid="gecko"/>
    <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>Understanding Underlines</nde:title>
    <nde:summary xmlns:nde="http://devedge.netscape.com/2002/de"><p>
      It's fairly common for Web designers to want to get rid of 
      underlines on some (or all) of the hyperlinks in their designs.  
      Thanks to some non-standard behaviors in past browsers, 
      however, there is some confusion as to the proper way to 
      remove an underline from a link.  The most common mistake is 
      to do something like this:
    </p>
    <pre class="invalid">&lt;a href=&quot;link.html&quot;&gt;
&lt;span style=&quot;text-decoration: none;&quot;&gt;a link&lt;/span&gt;
&lt;/a&gt;</pre>
    <p>
      Contrary to popular belief, this is not how one gets rid of 
      underlines.  The reasons why, and the correct approach to 
      removing underlines, are explored in this article.  
      The biggest advantage to doing things correctly is that it 
      results in less markup and easier-to-read source code!
    </p></nde:summary>
    <nde:category>TechNote</nde:category>
    <nde:pubdate year="2002" month="03" day="05"/>
    <nde:channel channelid="css"/>
    <nde:channel channelid="viewsource"/>
    <nde:authname>Eric A. Meyer</nde:authname>
  </nde:article>
  <nde:article>
    <nde:title>Giving 'cursor' a Hand</nde:title>
    <nde:summary xmlns:nde="http://devedge.netscape.com/2002/de"/>
    <nde:category>Article</nde:category>
    <nde:pubdate year="2002" month="03" day="04"/>
    <nde:moddate year="2002" month="07" day="31"/>
    <nde:channel channelid="css"/>
    <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:article>
    <nde:title>background-position Keyword Order</nde:title>
    <nde:summary xmlns:nde="http://devedge.netscape.com/2002/de">
      <p>
      In early February 2002 an obscure bug was uncovered in Mozilla 0.9.8.  
      This bug can affect authors who use the <code>background-position</code> 
      keywords <code>right</code> or <code>left</code> in conjunction with the 
      keyword <code>center</code>.  The bug is triggered by the appearance of 
      these keywords in either the shorthand property <code>background</code> 
      or the property <code>background-position</code>.  While a patch exists 
      for this bug and it is expected to be corrected in Mozilla 0.9.9, the 
      bug still affects Netscape 6.0 through Netscape 6.2.1.
    </p>
    </nde:summary>
    <nde:category>TechNote</nde:category>
    <nde:pubdate year="2002" month="03" day="04"/>
    <nde:channel channelid="css"/>
    <nde:channel channelid="viewsource"/>
    <nde:authname>Eric A. Meyer</nde:authname>
  </nde:article>
</nde:catalog>
