prøv med:
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="MainFrame.master.cs" Inherits="AppMaster" %>
<!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 id="Head1" runat="server">
<title>Three-column, fixed width CSS layout template</title>
<!--[if IE 5]>
<style type="text/css">
.sidebarcontainer td, .sidebarcontainer tr {font-size:smaller;}
#subnav a {height:1em;}
body td, body th {font-size:0.78em;}
</style>
<![endif]-->
</head>
<body>
<form id="mainForm" runat="server">
<asp:Table ID="mastertbl" runat="server" CellPadding="0" CellSpacing="0">
<asp:TableRow><asp:TableCell><div id="header">
<div id="logo">
<asp:HyperLink ID="lnkHome" runat="server" ToolTip="Return to homepage" NavigateUrl="~/webpages/Index/frm_IndexMain.aspx">
<asp:Image runat="server" ID="imgLogo" SkinID="logoImage" AlternateText="company logo" />
</asp:HyperLink>
</div>
<div style="z-index: 101; right: -82%; position: relative; top: 0px">
<asp:Image ID="Image1" runat="server" SkinID="TopBorder_Logo"/></div>
</div>
</asp:TableCell></asp:TableRow>
<asp:TableRow><asp:TableCell><div id="mainnav" style=" z-index:198 ">
<asp:Menu ID="Menu1" runat="server" BackColor="Transparent" DynamicHorizontalOffset="2"
Font-Names="Verdana" Font-Size="0.8em" ForeColor="#284E98" StaticSubMenuIndent="10px" style="left: -50px; position: relative; top: -13px" Font-Bold="True" Width="63px" DynamicVerticalOffset="4" Font-Italic="False">
<StaticMenuItemStyle HorizontalPadding="5px" VerticalPadding="2px" Font-Names="Verdana" Font-Size="X-Small" ForeColor="White" />
<DynamicHoverStyle BackColor="#284E98" ForeColor="White" />
<DynamicMenuStyle BackColor="#B5C7DE" BorderColor="White" BorderStyle="Solid" BorderWidth="1px" Width="200px" />
<StaticSelectedStyle BackColor="Transparent" />
<DynamicSelectedStyle BackColor="#507CD1" />
<DynamicMenuItemStyle HorizontalPadding="5px" VerticalPadding="2px" Width="200px" />
<Items>
<asp:MenuItem Text="Menu" Value="Menu">
<asp:MenuItem Text="Hovedmenu" Value="Hovedmenu"></asp:MenuItem>
<asp:MenuItem Text="Logaf" Value="Logaf" ToolTip="Log af ITHelpdesk"></asp:MenuItem>
<asp:MenuItem Text="IT Afdelingen" Value="IT Afdelingen">
<asp:MenuItem Text="Kim Hansen" Value="Kim Hansen"></asp:MenuItem>
</asp:MenuItem>
<asp:MenuItem Text="New Item" Value="New Item"></asp:MenuItem>
</asp:MenuItem>
</Items>
<StaticHoverStyle BackColor="Transparent" ForeColor="Gainsboro" Font-Bold="True" />
</asp:Menu>
</div>
</asp:TableCell></asp:TableRow>
<asp:TableRow>
<asp:TableCell>
<div id="contentwrapper_" >
<asp:ContentPlaceHolder runat="server" ID="mainCopy">
</asp:ContentPlaceHolder>
<div id="footer">
© 2005 Danish Crown - IT Produktions Afdelingen - Ringsted - developed by Kim
Hansen - kxh@Danishcrown.dk <a href="java script:;" title="Sample link # 1">Link 1</a> <a href="java script:;" title="Sample link # 2">Link 2</a>
<a href="java script:;" title="Sample link # 3">Link 3</a>
</div>
</div>
</asp:TableCell></asp:TableRow>
</asp:Table>
</form>
</body>
</html>