[thelist] Style sheet problem!
Adrian Kearns
adriank at reactor.co.nz
Mon May 22 20:01:13 2000
Hi Larry,
A couple of things.
First <b> tag is no longer valid try <strong> instead.
You could also css the <strong> tag:
strong { font-weight: 700; }
I notice you have tables nested within other tables, although I don't
think this will affect how the css is rendered - who knows?
Where you have:
<td valign=top>
<table width=160 border=0 cellpadding=10 cellspacing=0>
<tr><td class="rightmenutop">News</td></tr>
<tr><td class="rightmenu">
- <a href="news.shtml">Current Events</a><br>
- Road Closures<br>
- Resource Links<br>
</td></tr>
</table>
</td>
try replacing the nested table with <p class="rightmenutop">News</p>
This may be affecting stuff.
Netscape render stuff on top of other stuff, which looks crazy.
Hope this helps.
Adrian K ( NC 4.61)