ÿþ<meta http-equiv="content-type" content="text/html;charset=utf-8" /> <style type="text/css"> /* some changes made dd 1-12-2005, after discussion with Bill Brown - removed absolute positioning on the content; makes demo more useful + added 1px top-border on body and positioned it -1px upwards, to prevent margin-collapsing + explicitly added z-index:0 to body for Mozilla */ /* styles for background-image */ html { height: 100%; overflow:hidden;} body { background-color: transparent; margin: 0px; padding: 0px; height: 100%; border-top: 1px transparent solid; margin-top: -1px; z-index:0; position:relative; } img#background {height: 130px; width: 100% ;z-index: -1; position:absolute; color: white; } #content { background-image: url("../images/F1_top.jpg"); } </style> </head> <img id="background" src="../images/F1_top.jpg" alt="Background-image" /> <font size="3" face="Tahoma"> <style type="text/css"> A:link {text-decoration: none;color: black;} A:visited {text-decoration: none;color: black;} A:active {text-decoration: none} A:hover {font-size:14; font-weight:bold; text-decoration:underline overline; color: brown;} p.topmargin{margin-top: 70px ;margin-left: 3%;} </style> <BODY> <B> <BR><BR> <a href="../de/main.html" target="_top" ><img src=deflag.gif alt="Deutche version???" title="Deutche version???" align=right border=0 height=15%></a> <!--Links used to initiate the sub menus. Pass in the desired submenu index numbers (ie: 0, 1) --> <p class="topmargin"> <a href="#" onMouseover="showit(0)">Despre noi</a> | <a href="#" onMouseover="showit(1)">Oferte</a>| <a href="7.html" target="ifr1" onMouseover="showit(2)">Referine</a>| <a href="8.html" target="ifr1" onMouseover="showit(3)">Contacte</a>| <a href="#" onMouseover="showit(4)">Reprezentane</a> <!-- Edit the dimensions of the below, plus background color--> <div id="describe" style=;width:500px;height:32px;" onMouseover="clear_delayhide()" onMouseout="resetit(event)"></div> </p> </body> <script language="JavaScript1.2"> /* Tabs Menu (mouseover)- By Dynamic Drive For full source code and more DHTML scripts, visit http://www.dynamicdrive.com This credit MUST stay intact for use */ var submenu=new Array() //Set submenu contents. Expand as needed. For each content, make sure everything exists on ONE LINE. Otherwise, there will be JS errors. submenu[0]='<font size="2" face="Arial"><left><b><a href="1.html" target="ifr1">Conducere</a> | <a href="2.html" target="ifr1">Istoric</a></b></font>' submenu[1]='<font size="2" face="Arial"><center><b><a href="3.html" target="ifr1">Consultan&#259;</a> | <a href="4.html" target="ifr1">Proiectare/Planificare</a> | <a href="5.html" target="ifr1">Domeniul de activitate</a> | <a href="6.html" target="ifr1">Montaj</a></b></center></font>' submenu[2]='<font size="2" face="Arial"><b></b></font>' submenu[3]='<font size="2" face="Arial"><b></b></font>' submenu[4]='<font size="2" face="Arial"><P ALIGN="right"> <b><a href="9.html" target="ifr1">Coolit</a> | <a href="10.html" target="ifr1">Hemstedt</a> | <a href="11.html" target="ifr1">Schott</a> </b></p></font>' //Set delay before submenu disappears after mouse moves out of it (in milliseconds) var delay_hide=500 /////No need to edit beyond here var menuobj=document.getElementById? document.getElementById("describe") : document.all? document.all.describe : document.layers? document.dep1.document.dep2 : "" function showit(which){ clear_delayhide() thecontent=(which==-1)? "" : submenu[which] if (document.getElementById||document.all) menuobj.innerHTML=thecontent else if (document.layers){ menuobj.document.write(thecontent) menuobj.document.close() } } function resetit(e){ if (document.all&&!menuobj.contains(e.toElement)) delayhide=setTimeout("showit(-1)",delay_hide) else if (document.getElementById&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget)) delayhide=setTimeout("showit(-1)",delay_hide) } function clear_delayhide(){ if (window.delayhide) clearTimeout(delayhide) } function contains_ns6(a, b) { while (b.parentNode) if ((b = b.parentNode) == a) return true; return false; } </script>