View Full Version : Wanted: HTML Menu like this one......
GK
April 11th, 2001, 19:18
http://www.semicustomwebsites.net
One that can be placed anywhere on my site and not locked to a certain area of the screen.
meow
April 11th, 2001, 21:30
Both of them seem fixed to me. Do you mean the curved menu? It's a chopped up image placed in a table and JavaScript for the rollover effect. Highlight it and you see how it's done, several thin slices, one for each menu item, with lots of space to the left of the text.
GK
April 11th, 2001, 21:35
If you go to http://66.51.124.28/index2.shtml and see my links at the bottom of the page.... I want to be able to place my dhtml menu there. I havent found a menu yet that lets me place it where I want it on the page since it has to be in the head. :(
EDIT: I would love to be able to use this one:
http://www.dynamicdrive.com/dynamicindex1/dropcontent.htm
There code is messed up though. Step 1 works, but Step 2 dosent show any code. Maybe i'm missing something?
[Edited by GK on 04-11-2001 at 10:44 PM]
meow
April 11th, 2001, 22:53
Aha, you meant the other one. I'm not the right person to help out. When it comes to JavaScript I'm all copy-paste. But surely you can place it where ever you want? It's just functions and stuff that goes in HEAD.
The dynamicdrive page doesn't work for me - I get content only in the first box (what goes in head). But it clearly says:" Insert the below code into the <body bgcolor="#ffffff" text="#000000" id=all> section of your page where you wish the drop down link(s) to appear.". Only no code appears... :(
meow
April 12th, 2001, 00:03
I got the script. It works fine.
Lookie what I copy-pasted. :D:D This what you mean?
http://www.envy.nu/testout/menu.html
lucifer
April 12th, 2001, 07:16
Originally posted by meow
When it comes to JavaScript I'm all copy-paste.
is this the same meow that was abusing matthewj for stealing things? :p
no offence meow we all do it (in moderation)
Epgs
April 12th, 2001, 08:30
try
<script language="JavaScript1.2">
/*
Drop down menu link
© Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions,
100's more DHTML scripts, and Terms Of
Use, visit dynamicdrive.com
*/
//Contents for menu 1
var menu1=new Array()
menu1[0]='<a href=test.htm>Menu link here</a><br>'
menu1[1]='<a href=test.htm>Menu link here</a><br>'
menu1[2]='<a href=test.htm>Menu link here</a><br>'
//Contents for menu 2
var menu2=new Array()
menu2[0]='<a href=test.htm>Menu link here</a><br>'
menu2[1]='<a href=test.htm>Menu link here</a><br>'
menu2[2]='<a href=test.htm>Menu link here</a><br>'
//Contents for menu 3
var menu3=new Array()
menu3[0]='<a href=test.htm>Menu link here</a><br>'
menu3[1]='<a href=test.htm>Menu link here</a><br>'
menu3[2]='<a href=test.htm>Menu link here</a><br>'
</script>
<style>
<!--
.iewrap1{
position:relative;
height:30px;
}
.iewrap2{
position:relative;
}
#dropmenu0, #dropmenu1, #dropmenu2{
visibility:hide;
z-index:100;
}
-->
</style>
meow
April 12th, 2001, 14:55
Originally posted by lucifer
[QUOTE]
is this the same meow that was abusing matthewj for stealing things? :p
no offence meow we all do it (in moderation)One and the same. No offence taken. But come on, "abused"? :) I would say "bashed". Better for him to learn now than to get sued when he has finished the thing. J.B. could easily feel abused.
lucifer
April 17th, 2001, 10:02
Originally posted by meow
One and the same. No offence taken. But come on, "abused"? :) I would say "bashed". Better for him to learn now than to get sued when he has finished the thing. J.B. could easily feel abused.
abused/bashed it's all the same - I support you in that action and was going to join in with the thread but he seemed to have removed the offending content when I looked
meow
April 17th, 2001, 10:22
Thank you. :o I thought you hated me ;). But I confess, I WAS P'd off. Removed it, huh? GOOD!
lucifer
April 17th, 2001, 11:58
Originally posted by meow
I thought you hated me
with a name like that how could I ;)
would have replyed earlier but I was away
LeX
April 17th, 2001, 15:07
*lol* Lucifer and meow... hehe, all related to cats. ;)
meow
April 17th, 2001, 16:23
:p:p Jealous again LeX? Can't take it that I'm more popular? He he! :p:p
meow
April 17th, 2001, 16:50
The little #¤* hasn't removed it. He has moved it out of the test area.
http://www.matthewj.addr.com
Powered by vBulletin® Version 4.1.7 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.