Problem with creating microsoft.com stlye menu of links

From: Bob Evans (dont_send_me_any_mail_at_yahoo.com)
Date: 12/14/04

  • Next message: mscir: "Re: Problem with creating microsoft.com stlye menu of links"
    Date: Tue, 14 Dec 2004 01:57:11 GMT
    
    

    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>One</p>
       <p>Two</p>
       <p>&nbsp;
      </div>
      </td>
     </tr>
    </table>

    </body>

    </html>


  • Next message: mscir: "Re: Problem with creating microsoft.com stlye menu of links"
    Loading