[thelist] padding in NS7

Tom Dell'Aringa pixelmech at yahoo.com
Tue Apr 1 14:32:26 CST 2003


Hello,

I have a navbar type thing that is a table row. I have this style for
it set a the TR level:

.navBar { 
	height: 16px;
	padding: 0px 10px 0px 10px;
}

Works fine in IE, does scratch in NS7. I figured this was because I
maybe couldn't pad the TR - so I wrapped the stuff in a DIV. It
worked in ONE place, but not the OTHER..how odd is that. Here are the
two lines:

It worked here:
<tr><td>some stuff on the left side here</td>
<td align="right" class="topnav">
<div class="navBar"><strong>&copy; Copyright 2002 Motorola,
Inc.</strong></div>
</td>

It did NOT work here:

<tr class="navBar">
<td align="right">
<div class="navBar">
<a href="blah.html" class="topnav">My</a>&nbsp;|&nbsp;<span
class="topnavHere">Administration</span>&nbsp;|&nbsp;<a href="#"
class="topnav">Logoff</a>&nbsp;|&nbsp;<a href="#"
class="topnav">Help</a></div>
</td>
</tr>

Any ideas?

Tom

=====
http://www.pixelmech.com/
var me = tom.pixelmech.webDeveloper();

http://www.maccaws.com/
[Making A Commercial Case for Adopting Web Standards]

"That's not art, that's just annoying." -- Squidward

__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more
http://platinum.yahoo.com


More information about the thelist mailing list