Re: Browser differences

by Gary Krockover <gary(at)garykrockover.com>

 Date:  Fri, 07 Nov 2003 13:15:53 -0600
 To:  Bruce Cameron <dumarest(at)midcoast.com>,
hwg-techniques(at)hwg.org
 References:  midcoast
  todo: View Thread, Original
Hi Bruce,

Looks like you're not closing your first <li>, thus non-IE browsers are 
just showing the first item from each list.  You also have an open then 
closed span tag with nothing in it, thus it's either misplaced or unneccessary:

Example from your code:

<ol class="rpthead">
          <li> OLD BUSINESS: <span class="none">  </span>
<!-- this li is not closed, and the span contains nothing, thus is not 
needed -->



<ol class="subitem">
     <li></li>

GK

HWG hwg-techniques mailing list archives, maintained by Webmasters @ IWA