.apsx代码如下:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Sample 3-14.aspx.cs" Inherits="Sample_3_7" %>
<!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="StyleSheet.css" rel="stylesheet" type="text/css" />
<style type="text/css" >
a.a2 { color:Gray;
border:1px solid silver; border-bottom:1px solid #DDD; border-right:1px solid #DDD;
padding:10px;
text-decoration:none;
background-image:url(imgs/back_navbar.png); }
a.a2:hover
{ color:blue;
border:1px solid #DDD; border-bottom:1px solid silver ; border-right:1px solid silver; }
</style>
</head>
<body>
<form id="form1" runat