View Full Version : Javascript menus: Need help
Giancarlo
August 25th, 2001, 10:39
I tried, and tried, but my webeditor is so damn inflexible. I need some help with creating a java menu like the one microsoft has. I will give you credit if you want to help me out. Take a look at my site: http://www.glomar.net/gc and create the following:
Section Menu (pull down with several sections, and create links to each section on the site)
Contact (no pull down, just a link to my email: gcari@postmark.net)
Forum (keep seperate, link to the rules page on my site)
Everytime, I get one thing wrong... the entire menu thing stops working on me. And my webeditor is trash for this sort of thing. Yes, you have to do this for free, but I will give you credit.
niv
August 25th, 2001, 10:45
dynamicdrive.com might have what you're looking for.
Bruce
August 25th, 2001, 10:45
Or the Microsoft website would work too. Copy and paste...
Giancarlo
August 25th, 2001, 12:05
I am sorry I already tried those, I was wondering if you guys could create me one... (if that is too much to ask for I will have to figure this out myself)
YUPAPA
August 25th, 2001, 12:52
Are u talking about like the one on my Yupapa site?
www.yupapa.com
Giancarlo
August 25th, 2001, 13:33
Please stay out of the design development of my website, Yupapa. I don't want to raise anymore issues.
Can anybody help me out?
keith
August 25th, 2001, 13:46
<script LANGUAGE="JavaScript">
<!--
function gotoURL() {
var Current = document.formnavigate.selectnavigate.selectedIndex;
location.href =
document.formnavigate.selectnavigate.options[Current].value;
return false;
}
//-->
</script>
<form name="formnavigate">
<select NAME="selectnavigate">
<option>Where'd you wanna go?</option>
<option VALUE="/news.html">News and Updates</option>
<option VALUE="/links.html">Links</option>
<option VALUE="http://www.slashdot.org">SlashDot</option>
</select>
<input name="submitnavigate" TYPE="SUBMIT" VALUE="Go!" onClick="return gotoURL()"><br>
</form>
Giancarlo
August 25th, 2001, 13:47
What would that one look like?
keith
August 25th, 2001, 13:55
whoops, made the correct chages... originally left the top javascript out...
it'd look like this:
http://img.weezerfans.com/javaform.html
YUPAPA
August 25th, 2001, 13:59
I guess, he wants the microsoft one instead of the drop down menu...
when the arrow points to the text, it will show the menu.
http://www.microsoft.com/ms.htm
Giancarlo
August 25th, 2001, 13:59
No, that is not what I am talking about.
I am talking about a Navigation bar that probably runs off java or dhtml.
Giancarlo
August 25th, 2001, 14:00
Originally posted by YUPAPA
I guess, he wants the microsoft one instead of the drop down menu...
when the arrow points to the text, it will show the menu.
http://www.microsoft.com/ms.htm
Stay out of my website development! I don't want you any where near this project.
YUPAPA
August 25th, 2001, 14:00
Mine is DHTML + JAVA... if u want it, I can teach u and give u the source code.
keith
August 25th, 2001, 14:02
check http://www.dynamicdrive.com
Giancarlo
August 25th, 2001, 14:05
Originally posted by YUPAPA
Mine is DHTML + JAVA... if u want it, I can teach u and give u the source code.
Damn it, STAY OUT OF THIS THREAD!
Keith, thank you anyways... I will have to read the big book instead on Java/dhtml development.
Bruce
August 25th, 2001, 14:09
http://www.brainjar.com/dhtml/menubar/ This should be what you're looking for.
Giancarlo
August 25th, 2001, 14:14
Thanks, Phrozen, out all of those I am looking at that one for use...
keith
August 25th, 2001, 14:42
that doesn't work in netscape though. it looks horribly disfigured.
Giancarlo
August 25th, 2001, 14:54
Name one that easy to use, it works fine in Internet Explorer. And most people (95% of my visitors) use explorer.
Giancarlo
August 25th, 2001, 15:07
Alright, I just discovered a top menu bar wouldn't work with my layout. I need one that works with frames on the left.
keith
August 25th, 2001, 15:21
a good designer makes his sites universally compliant, no matter what the browser.
Giancarlo
August 25th, 2001, 15:23
Then do you know of a easy-to-use left frame menu that is compatiable with most browsers?
meow
August 25th, 2001, 15:40
Yes, a plain old menu with ordianary links.
FYI MS doesn't use Java.
Bruce
August 25th, 2001, 15:43
No, they use javascript and dhtml.
niv
August 25th, 2001, 15:44
A good layout does not need DHTML. Just clean graphics, the right fonts, and HTML will work.
Giancarlo
August 25th, 2001, 16:17
Alright... I will keep the same design.
Bruce
August 25th, 2001, 16:17
Sure it will work, but it's always nice to spice things up a bit with some dhtml and css.
Powered by vBulletin® Version 4.1.7 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.