74 lines
3.0 KiB
HTML
Executable File
74 lines
3.0 KiB
HTML
Executable File
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
|
"http://www.w3.org/TR/html4/loose.dtd">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
|
<meta name="keywords" content="overlib, overlibmws, DHTML popups, DHTML tooltips, DHTML, popup, tooltip, Macrides Web Services, Macrides">
|
|
<meta name="description" content="Instructions for setting up and using DHTML popups and tooltips with the overlibmws free open source software library from Macrides Web Services.">
|
|
<meta name="author" content="Foteos Macrides">
|
|
<title>overLIB - Getting started with overlibmws</title>
|
|
|
|
<script type="text/javascript" src="overlibmws.js"></script>
|
|
<script type="text/javascript" src="overlibmws_filter.js"></script>
|
|
<script type="text/javascript" src="overlibmws_shadow.js"></script>
|
|
|
|
<script type="text/javascript">
|
|
<!--
|
|
// Popup for Email
|
|
function olmail()
|
|
{
|
|
olmailwin=window.open('http://www.macridesweb.com/cgi/olmail.cgi','olmail',
|
|
'resizable=0,width=620,height=460,status=0,location=0,toolbar=1,menubar=0,'+
|
|
'scrolling=0,screenX=90,left=90,screenY=0,top=0');
|
|
olmailwin.focus();
|
|
}
|
|
// -->
|
|
</script>
|
|
|
|
<style type="text/css">
|
|
<!--
|
|
.olcg {background-color:#333399; text-align:center;}
|
|
.olfg {background-color:#ccccff; text-align:center;}
|
|
|
|
.olcap {font-family:Verdana,Arial,Helvetica;font-size:11px;font-weight:bold;color:#ffffff;}
|
|
.oltxt {font-family:Verdana,Arial,Helvetica;font-size:13px;color:#000000;}
|
|
|
|
a {color:#338855;font-weight:bold;}
|
|
a:hover {color:#ff00ff}
|
|
|
|
.myHeader {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 22px;}
|
|
.mySubHead {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px;}
|
|
.mySpacer {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 4px;}
|
|
.myText {font-family:Verdana,Arial,Helvetica,sans-serif;font-size:13px;color:#000000;}
|
|
.text4 {font-family:Verdana,Arial,sans-serif; font-size:4px;}
|
|
.text12 {font-family:Verdana,Arial,sans-serif; font-size:12px;}
|
|
.text12h {font-family:Verdana,Arial,sans-serif;font-size:12px;font-weight:bold;line-height:22px;}
|
|
.text14 {font-family:Verdana,Arial,sans-serif; font-size:14px;}
|
|
.snip {font-family:Verdana,Arial,Helvetica;font-size:10px;}
|
|
.purple14 {font-family:Verdana,Arial,Helvetica,sans-serif;font-size:14px;color:purple;
|
|
font-weight:bold;}
|
|
-->
|
|
</style>
|
|
</head>
|
|
|
|
<body text="#000000" bgcolor="#ddeeff">
|
|
|
|
<table width="80%" cellpadding="5" align="center">
|
|
<tr>
|
|
<!--**********
|
|
HEADER
|
|
**********-->
|
|
<td align="center" class="myText">
|
|
<span class="myHeader"><strong>Getting Started</strong></span>
|
|
<span class="mySubHead"><strong><em>with the</em></strong></span>
|
|
<span class="myHeader"><strong><a
|
|
href="./"
|
|
onmouseover="return overlib('Go to the '
|
|
+'<span class=\'purple14\'><i>overlibmws</i></span> '
|
|
+'Download and Test Directory.', FGCOLOR,'#bbddff',
|
|
WRAP,BASE,2,LEFT,OFFSETX,-16,OFFSETY,20,TEXTPADDING,4,TEXTFONTCLASS,'myText',
|
|
FILTER,FILTERSHADOW,2,FILTERSHADOWCOLOR,'#4466ff',
|
|
SHADOW, SHADOWCOLOR,'#4466ff');"
|
|
onmouseout="nd();">overlibmws</a><br></body>
|
|
</html>
|