⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 header.ascx

📁 网上书店
💻 ASCX
字号:
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="Header.ascx.cs" Inherits="Header" %>
<style type="text/css">
    .style1
    {
        height: 32px;
        width: 235px;
    }
    .style2
    {
        height: 32px;
        width: 92px;
    }
    .style3
    {
        height: 32px;
        width: 89px;
    }
</style>
<table width="960" style="vertical-align: middle; text-align: center; border-top-style: none; border-right-style: none; border-left-style: none; border-bottom-style: none;" cellpadding="0" cellspacing="0">
    <tr>
        <td style="width: 188px; text-align: right; height: 32px;">
            <asp:Image ID="Image1" runat="server" ImageUrl="~/images/logo.gif" /></td>
        <td style="width: 84px; background-image: url(images/az-tabs-left-on.gif); background-color: transparent; height: 32px;">
            <a href="Default.aspx">网站首页</a></td>
        <td style="width: 96px; background-image: url(images/az-tabs-middle-off-onleft.gif); height: 32px;">
            &nbsp;&nbsp;&nbsp;<a href="Product.aspx?IsNewBook=1" >新品速递</a></td>
        <td style="width: 110px; background-image: url(images/az-tabs-middle-off.gif); height: 32px;">
            &nbsp;&nbsp;<a href="Product.aspx?IsHotBook=1">热卖商品</a></td>
        <td style="background-image: url('images/az-tabs-right-off.gif'); background-repeat: no-repeat; background-color: transparent; text-align: right; height: 32px; width: 228px;" 
            class="style1">
            <a href="CheckPower.aspx">
            我的帐户</a></td>
        <td style="text-align: right; height: 32px; width: 84px;" class="style3">
            <a href="ShoppingCart.aspx">购物车</a></td>
        <td style="text-align: right; height: 32px; width: 88px;" class="style2">
            <a href="AdminLogin.aspx">管理入口</a></td>
        <td style="height: 32px">
            <a href="Help.aspx">作者简介</a></td>
    </tr>
</table>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -