FF/IE Display problems - Lists
Could someone please fix my coding so that the background color for the list items extends the width of the list in both FF and IE? Right now, only IE is displaying this correctly.
Thanks - KDLA
CSS -
td.navigation ul {
list-style-type: none;
margin-left: 0;
padding-left: 4px;
margin-top: 15px;
margin-bottom: 15px;
width: 120px;}
td.navigation ul li {
margin-bottom: 1em;
font-family: arial, sans-serif;
background-color: transparent;
font-weight: bold;
width: 120px;}
td.navigation ul li a {
background-color: #ff4500;
text-decoration: none;
color: black;
padding: 4px;
width: 120px;}
td.navigation ul li a:hover {
background-color: white;
color: #black;
width: 120px;}
HTML -
<td class="navigation"> <ul>
<li><a href="#">Link 1</a></li>
<li><a href="#">Link 2</a></li>
<li><a href="#">Link 3</a></li>
<li><a href="#">Link 4</a></li>
<li><a href="#">Link 5</a></li>
<li><a href="#">Link 6</a></li>
<li><a href="#">Link 7</a></li>
</ul></td>
FYI
* My screen resolution is set at 1680x1050
* I'm accessing your site through a T1 line
* I'm probably viewing it using Firefox (unless browser is specified)
Bookmarks