Menu

I made a menu for HTML, any website that needs a menu, this code is nice.
<style type="text/css">
<!--
#floatmenu{position:absolute; width: 220px; top: 10px; left: 10px; z-index:5; visibility:visible;}
-->
</style>


<div id="floatmenu">


<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" WIDTH=220 HEIGHT=350>

<PARAM NAME=movie VALUE="flashmenu.swf?makenavfield0=The-Construct&makenavurl0=http://the-construct.net/&makenavfield1=The-Construct Forums&makenavurl1=http://the-construct.net/forums&makenavfield2=Tribes 2 Forums&makenavurl2=http://www.tribes2forums.tk"> 
<PARAM NAME=loop VALUE=false>
<PARAM NAME=menu VALUE=false>
<PARAM NAME=quality VALUE=high>
<PARAM NAME=scale VALUE=noborder>
<PARAM NAME=wmode VALUE=transparent>
<PARAM NAME=bgcolor VALUE=#FFFFFF>

<EMBED src="flashmenu.swf?makenavfield0=The-Construct&makenavurl0=http://the-construct.net/&makenavfield1=The-Construct Forums&makenavurl1=http://the-construct.net/forums&makenavfield2=Tribes 2 Forums&makenavurl2=http://www.tribes2forums.tk" loop=false menu=false quality=high scale=noborder wmode=transparent bgcolor=#FFFFFF  WIDTH=220 HEIGHT=350 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>

</OBJECT>


</div>


<a href="http://www.guistuff.com/"><img border="0" src="http://www.guistuff.com/images/11dot.gif" width="1" height="1"></a>





<script language = "javascript">
<!--




function FixMenuY(){
document.getElementById('floatmenu').style.top = document.body.scrollTop + 10;
}


setInterval("FixMenuY()",200);


theObjects = document.getElementsByTagName("object");
for (var i = 0; i < theObjects.length; i++) {
theObjects[i].outerHTML = theObjects[i].outerHTML;}


//-->
</script>












Comments

  • I made a menu for HTML, any website that needs a menu, this code is nice.
    <style type="text/css">
    <!--
    #floatmenu{position:absolute; width: 220px; top: 10px; left: 10px; z-index:5; visibility:visible;}
    -->
    </style>
    
    
    <div id="floatmenu">
    
    
    <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" WIDTH=220 HEIGHT=350>
    
    <PARAM NAME=movie VALUE="flashmenu.swf?makenavfield0=The-Construct&makenavurl0=http://the-construct.net/&makenavfield1=The-Construct Forums&makenavurl1=http://the-construct.net/forums&makenavfield2=Tribes 2 Forums&makenavurl2=http://www.tribes2forums.tk"> 
    <PARAM NAME=loop VALUE=false>
    <PARAM NAME=menu VALUE=false>
    <PARAM NAME=quality VALUE=high>
    <PARAM NAME=scale VALUE=noborder>
    <PARAM NAME=wmode VALUE=transparent>
    <PARAM NAME=bgcolor VALUE=#FFFFFF>
    
    <EMBED src="flashmenu.swf?makenavfield0=The-Construct&makenavurl0=http://the-construct.net/&makenavfield1=The-Construct Forums&makenavurl1=http://the-construct.net/forums&makenavfield2=Tribes 2 Forums&makenavurl2=http://www.tribes2forums.tk" loop=false menu=false quality=high scale=noborder wmode=transparent bgcolor=#FFFFFF  WIDTH=220 HEIGHT=350 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>
    
    </OBJECT>
    
    
    </div>
    
    
    <a href="http://www.guistuff.com/"><img border="0" src="http://www.guistuff.com/images/11dot.gif" width="1" height="1"></a>
    
    
    
    
    
    <script language = "javascript">
    <!--
    
    
    
    
    function FixMenuY(){
    document.getElementById('floatmenu').style.top = document.body.scrollTop + 10;
    }
    
    
    setInterval("FixMenuY()",200);
    
    
    theObjects = document.getElementsByTagName("object");
    for (var i = 0; i < theObjects.length; i++) {
    theObjects[i].outerHTML = theObjects[i].outerHTML;}
    
    
    //-->
    </script>
    
    
    
    
    
    
    
    
    
    
    
    
    

    This is nice, but no one needs it or asked for it.
  • I actaully need some html coding help.
    Im trying to set up websites, server is ready, i just need HTML
  • This is nice, but no one needs it or asked for it.

    No one asked for your sarcasm but you still insist on giving it out! :p

    Some folks are new to HTML and may find this tidbit usefull.
  • First off, it's not that useful to anybody new to HTML, as it is embedding a flash applet...
    Secondly, XHTML > HTML.
    And finally, CSS FTW!
Sign In or Register to comment.