MaggieWarner
05-26-2006, 01:37 AM
Hey guys* I'm gonna make a website, but I don't know how to make a drop down menu in a lil box. This is the page I have made so far: http://maggie.rabid-fangirl.com/mag And I want a drop down menu in a lil box like the lil "contents" box that is on this page: http://maggie.afallingstar.net right next to the lil banner I posted on the page I am making & I want the links I post in the lil box to be pages that can open under the banner & drop down menu :) But the thing is that I don't know how to make a box with links to pages that will open below like on the page I posted as an example. I really, really hope that someone on here can help me out with this - It would mean a lot to me!!! Thanks in advance :fly2:
fighter93203
05-26-2006, 11:56 PM
[html]<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=Link1&makenavurl0=http://www.link1.com&makenavfield1=link2&makenavurl1=http://www.link2.com&makenavfield2=link3&makenavurl2=http://www.link3.com&makenavfield3=link4&makenavurl3=http://www.link4.com">
<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=Link1&makenavurl0=http://www.link1.com&makenavfield1=link2&makenavurl1=http://www.link2.com&makenavfield2=link3&makenavurl2=http://www.link3.com&makenavfield3=link4&makenavurl3=http://www.link4.com" 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">
<!--
var ie = document.all ? 1 : 0
var ns = document.layers ? 1 : 0
if(ie){var sidemenu = document.all.floatmenu;}
if(ns){var sidemenu = document.floatmenu;}
if(!ie){sidemenu.visibility = "hidden"}
function FixY(){
if(ie){sidemenu.style.top = document.body.scrollTop+10}
if(ns){sidemenu.top = window.pageYOffset+10}
}
setInterval("FixY()",100);
//-->
</script>
[html]
thats not a box but its a drop down menu
MaggieWarner
05-27-2006, 03:56 AM
Thanks for trying to help me out! :) What is the code you posted where the smiley is? Cause I'm trying the code, but it doesn't work for me. So I think it may be cause of that smiley :confused:
That smiley :D is triggered by::D
MaggieWarner
05-28-2006, 08:24 PM
That smiley :D is triggered by::D
The code still doesn't work for me :confused: But anyways; Are there anyone here who actually know how to make a lil box with links that will open right below as I explained in my first post??? It would mean a whole lot to me!!! :)
MaggieWarner
05-30-2006, 07:08 AM
Ok... If no one knows; Do you know of any tutorial sites about how to add a drop down menu to your site then???
amyaurora
05-30-2006, 07:56 AM
Lissa has a drop down menu right here:
http://www.lissaexplains.com/fun.shtml
MaggieWarner
06-02-2006, 10:57 AM
Thank you so much for helping me out!!! :phant: You're incredible! :fish: