<%@ Page Language="C#" AutoEventWireup="true" CodeFile="top.aspx.cs" Inherits="top" %><html xmlns="http://www.w3.org/1999/xhtml"><head id="Head1" runat="server"><meta http-equiv="Content-Type" content="text/html; charset=gb2312" /><script type="text/jscript" src="jsinc/MdiWin.js"></script><title>top</title> <style type="text/css"> .all { left :0px; top: 0px; height: 66px; width: 100%; } #imglogo { left :0px; top: 0px; height: 66px; width: 213px; } </style></head><form id="top" runat="server"><body><div class="all" > <div id="imglogo"><img alt="logo" src="images/logo.jpg" /></div></div></body></form></html>
<div> <a href="#" target="_blank" >反馈建议</a> | <a href="">帮助中心</a> | <a href="#" >退出</a></div>
.all {position:fixed}
all divの右上隅に表示したい場合は絶対配置を使用してくださいすべての div を相対または絶対として定義し、右上隅の div を絶対に設定してから、上部と右側の値を設定します。
アドレスは指定しないでください。私が望むのは、ウィンドウがどのように変化しても、div が常に右上隅にあるようにすることです。この場所は位置決めにのみ使用されます。したがって、絶対位置を使用する場合は、position: を使用して設定します。絶対配置を使用したくない場合は、float to float を使用してください。左上を設定する必要はありません
完全なコードは次のとおりです:
< head>