ikilledsanta
12-23-2006, 08:43 PM
<table border=0 width="100%">
<tr>
<th rowspan=3 valign=top bgcolor="#555555">
<span id="vertnav">
<ul id="vertnavlist">
<li id="vertbackone"><a href="../characters.html" id="vertback1">Back to Character Information</a></li>
<li id="vertactive"><a href="bernard.html" id="vertcurrent">Bernard</a></li>
<li><a href="charley.html">Charley</a></li>
<li><a href="linda.html">Linda Loman</a></li>
<li><a href="biff.html">Biff Loman</a></li>
<li><a href="harold.html">Harold Loman</a></li>
<li><a href="willy.html">Willy Loman</a></li>
<li><a href="ben.html">Benjamin Loman</a></li>
<li><a href="woman.html">"The Woman"</a></li>
<li><a href="howard.html">Howard Wagner</a></li>
</ul>
</span>
</th>
<td width="15%" align=center><b>Bernard</b><br><img src="../pictures/bernard.jpg" alt="Bernard"></td>
<td width="85%">CHARACTER INFO</td>
</tr>
<tr>
<td><br></td>
</tr>
<tr>
<td width="15%" align=center><b>Played by David Chandler</b><br><img src="../pictures/davidchandler.jpg" alt="David Chandler"></td>
<td width="85%">ACTOR INFO</td>
</tr>
</table>
here is the CSS for it:
#vertnavlist
{
padding: 0;
margin-left: 0;
font: bold 12px Georgia, Verdana, sans-serif;
background: #555;
width: 13em;
}
#vertnavlist li
{
list-style: none;
margin: 0;
border-top: 1px solid #555;
text-align: left;
}
#vertnavlist li a
{
display: block;
padding: 0.25em 0.5em 0.25em 0.75em;
border-left: 1em solid #333;
background: #222;
text-decoration: none;
}
#vertnavlist li a:link { color: #fff; }
#vertnavlist li a:visited { color: #fff; }
#vertnavlist li a:hover
{
border-color: #666;
color: #FFF;
background: #000;
}
#vertnavlist li a#vertcurrent
{
border-color: #555;
color: #FFF;
background: #555;
}
#vertnavlist li #vertback1
{
font: bold 12px Georgia, Verdana, sans-serif;
color: white;
background: #000;
border-color: #000;
}
#vertnavlist li a:hover#vertback1
{
text-decoration:underline;
}
Here's a screenshot of it:
http://i108.photobucket.com/albums/n26/ikilledsanta/trouble.jpg
I want to take out the border above the table on the vertical gray column. I want it to be 1 pixel, like the other borders. I would prefer to do this in the CSS file, since I have it on 10 or so different pages, but I could change them all manually if I have to. Thanks in advance for any help.
If you have any suggestions on how to make it look better, that would be nice too :thumbsup:
<tr>
<th rowspan=3 valign=top bgcolor="#555555">
<span id="vertnav">
<ul id="vertnavlist">
<li id="vertbackone"><a href="../characters.html" id="vertback1">Back to Character Information</a></li>
<li id="vertactive"><a href="bernard.html" id="vertcurrent">Bernard</a></li>
<li><a href="charley.html">Charley</a></li>
<li><a href="linda.html">Linda Loman</a></li>
<li><a href="biff.html">Biff Loman</a></li>
<li><a href="harold.html">Harold Loman</a></li>
<li><a href="willy.html">Willy Loman</a></li>
<li><a href="ben.html">Benjamin Loman</a></li>
<li><a href="woman.html">"The Woman"</a></li>
<li><a href="howard.html">Howard Wagner</a></li>
</ul>
</span>
</th>
<td width="15%" align=center><b>Bernard</b><br><img src="../pictures/bernard.jpg" alt="Bernard"></td>
<td width="85%">CHARACTER INFO</td>
</tr>
<tr>
<td><br></td>
</tr>
<tr>
<td width="15%" align=center><b>Played by David Chandler</b><br><img src="../pictures/davidchandler.jpg" alt="David Chandler"></td>
<td width="85%">ACTOR INFO</td>
</tr>
</table>
here is the CSS for it:
#vertnavlist
{
padding: 0;
margin-left: 0;
font: bold 12px Georgia, Verdana, sans-serif;
background: #555;
width: 13em;
}
#vertnavlist li
{
list-style: none;
margin: 0;
border-top: 1px solid #555;
text-align: left;
}
#vertnavlist li a
{
display: block;
padding: 0.25em 0.5em 0.25em 0.75em;
border-left: 1em solid #333;
background: #222;
text-decoration: none;
}
#vertnavlist li a:link { color: #fff; }
#vertnavlist li a:visited { color: #fff; }
#vertnavlist li a:hover
{
border-color: #666;
color: #FFF;
background: #000;
}
#vertnavlist li a#vertcurrent
{
border-color: #555;
color: #FFF;
background: #555;
}
#vertnavlist li #vertback1
{
font: bold 12px Georgia, Verdana, sans-serif;
color: white;
background: #000;
border-color: #000;
}
#vertnavlist li a:hover#vertback1
{
text-decoration:underline;
}
Here's a screenshot of it:
http://i108.photobucket.com/albums/n26/ikilledsanta/trouble.jpg
I want to take out the border above the table on the vertical gray column. I want it to be 1 pixel, like the other borders. I would prefer to do this in the CSS file, since I have it on 10 or so different pages, but I could change them all manually if I have to. Thanks in advance for any help.
If you have any suggestions on how to make it look better, that would be nice too :thumbsup: