|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/highlandlabs/cqi-bin/ALFA_DATA/alfasymlink/root/domains/insite/ |
Upload File : |
<?php
$style = "images/";
$subject = "Projects";
$image1 = "<img src='images/engineering3-2.jpg' />";
$head = "<img src='images/projects_box.jpg' />";
require("RunInside.php");
?>
<style type="text/css">
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.suckertreemenu ul{
padding: 0px;
list-style-type: none;
height: 30px;
}
/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
width: 110px;
height: 30px; /*overall menu background color*/
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 110px; /*Width of top level menu link items*/
padding: 6px 8px;
margin-left: 90px;
text-decoration: none;
color: #FFFFFF;
height: 18px;
}
.suckertreemenu ul li a:hover{
color: #FFFFFF;
}
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
margin:-30px 0px 0px 0px;
padding:0px;
width: 200px;
padding: 1px 5px;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
width: 230px;
z-index: 99;
height:17px;
}
/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 220px; /*width of sub menu levels*/
color: #FFFFFF;
text-decoration: none;
padding: 1px 5px;
height:17px;
}
.suckertreemenu ul li ul li a:hover{
display: block;
width: 220px; /*width of sub menu levels*/
color: #FFFFFF;
text-decoration: underline;
padding: 1px 5px;
height:18px;
}
/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
}
/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
}
* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; width: 70px; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */
</style>
<link rel="shortcut icon" href="favicon.ico">
<script type="text/javascript">
//SuckerTree Horizontal Menu (Sept 14th, 06)
//By Dynamic Drive: http://www.dynamicdrive.com/style/
var menuids=["treemenu1"] //Enter id(s) of SuckerTree UL menus, separated by commas
function buildsubmenus_horizontal(){
for (var i=0; i<menuids.length; i++){
var ultags=document.getElementById(menuids[i]).getElementsByTagName("ul")
for (var t=0; t<ultags.length; t++){
if (ultags[t].parentNode.parentNode.id==menuids[i]){ //if this is a first level submenu
ultags[t].style.top=ultags[t].parentNode.offsetHeight+"px" //dynamically position first level submenus to be height of main menu item
ultags[t].parentNode.getElementsByTagName("a")[0].className="mainfoldericon"
}
else{ //else if this is a sub level menu (ul)
ultags[t].style.left=ultags[t-1].getElementsByTagName("a")[0].offsetWidth+"px" //position menu to the right of menu item that activated it
ultags[t].parentNode.getElementsByTagName("a")[0].className="subfoldericon"
}
ultags[t].parentNode.onmouseover=function(){
this.getElementsByTagName("ul")[0].style.visibility="visible"
}
ultags[t].parentNode.onmouseout=function(){
this.getElementsByTagName("ul")[0].style.visibility="hidden"
}
}
}
}
if (window.addEventListener)
window.addEventListener("load", buildsubmenus_horizontal, false)
else if (window.attachEvent)
window.attachEvent("onload", buildsubmenus_horizontal)
</script>
<script src="../../../../../../Scripts/swfobject_modified.js" type="text/javascript"></script>
<div id="menu"><div class="suckertreemenu">
<ul id="treemenu1">
<li style="width:140px;"><h2>Projects</h2>
<ul>
<li><a href="renderings.php"><strong>Renderings</strong></a></li>
<li><a href="photos.php"><strong>Photos</strong></a></li>
<li><a href="awards.php"><strong>Awards</strong></a></li>
</ul>
</li>
</ul>
</div></div>