?? b6.html
字號:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Visual QuickMenu</title>
<link rel="stylesheet" type="text/css" href="help.css">
</head><body class="title" style="margin:20px;"><div style="padding-bottom:5px;"><img src="images/oc_logo.gif" width=16 height=16 align=absbottom style="margin-right:5px;">Visual QuickMenu</div><div class="topdivider"></div><div class="content">
<div class="ctitle"><a name=b6>Main Menu Container</a></div>
<div class="icontent">
The main menu container is a position relative div, as such this container by default will stretch to 100% of the width allotted
within your HTML page. This is useful under most design scenarios such as the OpenCube home page. Under our implementation the main menu fills the width of the window and helps to create not only the menu, but the entire bar in which the menu sits.
<br>
<br>
Other scenarios will require a main menu container of a specific width, or to be the exact width of the main menu items. To set a specific width you can add a width style within the
CSS style settings. To automatically set the width of the container to the width of the items, publish your menus
structure to a dimensionless table (no width attribute or style).
<br>
<br>
The main menu container may also be centered, right aligned, etc, just as any div would be. You can include the menu in an absolute positioned div and give it fixed coordinates as well. For additional positioning details and examples see...
<br>
<br>
<a href="positioning/doc.html">Menu Positioning Examples</a>
</div>
</div><div class="bottomdivider"></div><div class="copyright">Copyright (c) 2007, OpenCube Inc., All Rights Reserved.</div></body></html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -