B
Bob Evans
I want to be able to include basic hyperlinks in the left column of a page
and have it appear simiilar to those shown on the home page for
www.microsoft.com . I have not been successful. The following mirrors what
is done on the microsoft site, but it highlights only the hyperlink and not
the entire line of the paragraph.
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<title>Sample Hover Frame</title>
<style type="text/css" media="all">
#Nav{padding:2px 0 10px 0px;}
#Nav p{margin:0 2px 0 2px;padding:2px 4px 4px 8px;border:1px 1px 1px
1px;width:expression(NavTd.clientWidth-4);}
#Nav a{color:#000000;border:0px none;}
#Nav a:hover{color:#000000;border:1px solid
#cccccc;background-color:#f1f1f1;text-decoration:none;}
</style>
</head>
<body>
</p>
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse:
collapse" bordercolor="#111111" width="100%">
<tr>
<td width="100%" id="NavTd">
<div id="Nav" width="200px">
My Menu<p><a href="One.htm">One</a></p>
<p><a href="Two.htm">Two</a></p>
<p>
</div>
</td>
</tr>
</table>
</body>
</html>
and have it appear simiilar to those shown on the home page for
www.microsoft.com . I have not been successful. The following mirrors what
is done on the microsoft site, but it highlights only the hyperlink and not
the entire line of the paragraph.
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<title>Sample Hover Frame</title>
<style type="text/css" media="all">
#Nav{padding:2px 0 10px 0px;}
#Nav p{margin:0 2px 0 2px;padding:2px 4px 4px 8px;border:1px 1px 1px
1px;width:expression(NavTd.clientWidth-4);}
#Nav a{color:#000000;border:0px none;}
#Nav a:hover{color:#000000;border:1px solid
#cccccc;background-color:#f1f1f1;text-decoration:none;}
</style>
</head>
<body>
</p>
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse:
collapse" bordercolor="#111111" width="100%">
<tr>
<td width="100%" id="NavTd">
<div id="Nav" width="200px">
My Menu<p><a href="One.htm">One</a></p>
<p><a href="Two.htm">Two</a></p>
<p>
</div>
</td>
</tr>
</table>
</body>
</html>