|
EXAMPLE
Left click anywhere on the page to
see the menu popup.
1) Insert this style command in the <HEAD> section of the page.
2) Insert this script in the <HEAD>,
between <HEAD> and <BODY> or in the <BODY> section of the page.
3) Insert the following HTML code anywhere
in the <BODY> section of the page.
4) Insert the onload event handler inside the <BODY> tag as follows:
<body
onload="detect()",
followed by other tags such as bgcolor, etc..
5) Change these variables to customize the
style of the popup menu and the links in this section of the HTML code:
<!-- Start of Popup Menu -->
<div id=itemopen >
<table cellspacing="0" cellpadding="2"
border="1" bordercolor="#87C2C2" bgcolor="#FFFFCC">
<tr><td><a href="http://simplythebest.net">Home page</a></td></tr>
<tr><td><a href="http://blogs.simplythebest.net">Blogs</a></td></tr>
<tr><td><a href="http://simplythebest.net/scripts/">DHTML Scripts & Javascripts</a></td></tr>
<tr><td><a href="http://simplythebest.net/fronts/">Free
Fonts</a></td></tr>
</table>
</div>
<!-- End of Popup Menu -->
|