網頁內容如下:
<%@ Master Language="VB" CodeFile="MasterPage.master.vb" Inherits="MasterPage" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> <link href="css/jquery.mcdropdown.css" rel="stylesheet" type="text/css" /> <script src="Scripts/jquery-1.4.1-vsdoc.js" type="text/javascript"></script> <script src="Scripts/jquery-1.4.1.js" type="text/javascript"></script> <style type="text/css"> .menu { width: 913px; font-family: verdana, Segoe UI; margin: 0 auto; border: 1px solid #B34C00; border-radius: 4px; } .menu ul { padding: 10px; background-color: #FF6600; float: left; margin: 0px; list-style: none; } .menu ul li { display inline-block; float: left; position: relative; cursor: pointer; } .menu ul li a { cursor: ointer; display: block; padding: 10px; float: left; color: #fff; text-decoration: none; } .menu ul li ul { display: none; margin-top: 10px; } .menu ul li:hover ul { display: block; width: 200px; position: absolute; left: 0px; top: 25px; background: #FF6600; border: 1px solid #B34C00; border-top: none; color: #fff; } .menu ul li:hover ul li { padding: 5px; float: none; display: block; } .menu ul li:hover ul li a { padding: 5px; } </style> </head> <body> <form id="form1" runat="server"> <div class="menu"> <asp:Panel ID="Panel1" runat="server" Width="913px" Style="margin: 0px"> </asp:Panel> </div> </form> <p> </p> </body> </html> |
程式內容如下:
Public Partial Class _Default |
沒有留言:
張貼留言