<%@ Master Language="C#" AutoEventWireup="true" CodeBehind="Site1.master.cs" Inherits="MaHelpMe.Site1" %> <!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="~/Styles/Site.css" rel="stylesheet" type="text/css" /> <asp:ContentPlaceHolder ID="head" runat="server"> </asp:ContentPlaceHolder> <style type="text/css"> .style1 { width: 100%; } .style4 { width: 850px; height: 169px; } .style5 { width: 59px; } </style> </head> <body> <form id="form1" runat="server"> <div> <table class="style1"> <tr> <td colspan="3" align="center" style="border-bottom-style: groove; border-width: thin; color: #008000; font-size: 37px;"> Ma Help Me +<br /> <img alt="" class="style4" src="img1_src_3139727.jpg" /><br /> <br /> </td> </tr> <tr> <td colspan="3" align="center" style="border-bottom-style: groove; border-width: thin; color: #008000; font-size: 37px;"> <h2>Menu 8</h2> <div id="menu8"> <ul> <li><a href=""> <span class="title">About</span> <span class="text">Who we are</span> </a> </li> <li><a href=""> <span class="title">Portfolio</span> <span class="text">What we do</span> </a> </li> <li><a href=""> <span class="title">Blog</span> <span class="text">What we talk about</span> </a> </li> <li><a href=""> <span class="title">Contact</span> <span class="text">How to get in touch</span> </a> </li> </ul> </div></td> </tr> <tr> <td class="style5" style="border-right-style: groove; border-width: thin"> <asp:Menu ID="Menu1" runat="server" StaticSubMenuIndent="16px"> <Items> <asp:MenuItem NavigateUrl="~/WebForm1.aspx" Text="หน้าแรก" Value="หน้าแรก"> </asp:MenuItem> <asp:MenuItem Text="สมัคสมาชิก" Value="สมัคสมาชิก"></asp:MenuItem> <asp:MenuItem Text="คำร้องขอ" Value="คำร้องขอ"></asp:MenuItem> </Items> </asp:Menu> <table class="style1"> </table> <br /> </td> <td> <asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server"> </asp:ContentPlaceHolder> </td> <td> </td> </tr> </table> </div> </form> </body> </html>
#menu8 ul { list-style:none; font-family: Helvetica, Arial, sans-serif; font-size: 44px; letter-spacing: -2px; line-height: 1.2em; float:left; clear:both; margin:20px; border:5px solid #fff; } #menu8 ul li{ float:left; } #menu8 ul li a{ display:block; text-decoration:none; padding:5px 10px 5px 10px; background-color:#fff; width:170px; border-left:6px solid #888; } #menu8 ul li a span{ display:block; } #menu8 ul li a span.title{ color:#888; } #menu8 ul li a:hover{ border-left:6px solid #000; } #menu8 ul li a:hover span.title{ color:#df246f; } #menu8 ul li a span.text{ padding:0px 5px; font-size: 14px; font-style: italic; font-weight: normal; letter-spacing: normal; line-height: 1.4em; visibility:hidden; color:#df246f; text-align:right; border-top:5px solid #000; } #menu8 ul li a:hover span.text{ visibility:visible; }
Quote:<link href="~/Styles/Site.css" rel="stylesheet" type="text/css" />
Quote:<link href="../Styles/Site.css" rel="stylesheet" type="text/css" />
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง