Current time: 08-28-2008, 03:13 AM Hello There, Guest! (LoginRegister)
Quick Login:


Post Reply  Post Thread 
how to make drop down tool menu in html
Author Message
kirogo
Junior Member
**


Posts: 10
Group: Registered
Joined: Jan 2007
Status: Offline
Reputation: 0
Post: #1
how to make drop down tool menu in html

well I only recently started HTML and don't really like It because I am not allowed to use anything fancy or take the "easy way".

While building doing my project I have come across a problem which I didn't expect... my textbook doesn't explain how to make a drop down tool menu.
I tried to see other site did It and googled It too but all I came up with were programs that do it for me or fancy CSS (not allowed to use them) so here Is my question: how to make drop down tool menu in HTML with the use of the most low tech method?

Thank you in advance. ^^"

01-19-2008 09:38 AM
Find all posts by this user Quote this message in a reply
FuniX
Senior Member
****


Posts: 734
Group: Active
Joined: Jan 2006
Status: Offline
Reputation: 3
Post: #2
RE: how to make drop down tool menu in html

Do you mean like a combobox?
Or realy a menu like so:
Tutorials
.Photoshop
..Text
..Photo
.Flash
..Text
..Anime

ect ect?


01-20-2008 12:56 PM
Find all posts by this user Quote this message in a reply
kirogo
Junior Member
**


Posts: 10
Group: Registered
Joined: Jan 2007
Status: Offline
Reputation: 0
Post: #3
RE: how to make drop down tool menu in html

What I mean is something like the "tools" drop down at the top right on this site:

http://senseis.xmp.net/

I think Its a java script thingy but I'm really clueless because I only work with HTML for a week or so


dont have a signature yet but i hope soon ill have a really shexy one ~chi~ moew thats all for now
01-22-2008 07:45 PM
Find all posts by this user Quote this message in a reply
xtrackterx
Junior Member
**


Posts: 26
Group: Registered
Joined: Nov 2007
Status: Offline
Reputation: 0
Post: #4
RE: how to make drop down tool menu in html

View the source code....
Unless they have copyright which I can not tell but I do not think they have copyright....

01-22-2008 10:50 PM
Find all posts by this user Quote this message in a reply
Xiao
Administrator
*******
Administrators

Posts: 2,987
Group: Administrators
Joined: Dec 2005
Status: Offline
Reputation: 1
Post: #5
RE: how to make drop down tool menu in html

Everyone has copyright:

Quote:
Copyright Law and the Internet
In this copyright tutorial, we will attempt to explain copyright law in sufficient detail to answer the most frequently asked questions, such as:

# What is copyright?
# How do I copyright my material?
# I hired a web designer to create a web site; who owns copyright?
# Is the copyright symbol necessary?
# What is copyright infringement?
# How long does copyright last?
# What information can be copyrighted?
# What is fair use?
# I'm a minor; can I claim copyright?
# What is public domain?
Copyright Law
What is copyright?
Copyright is a form of legal protection provided by the laws of the United States, and enforced by the United States and most other countries party to the Berne Convention.

Copyright gives the authors of original works exclusive right to publish or reproduce those works; and to seek compensation from those who make unauthorized copies or reproductions of those works.

How do I copyright my material?
Your web page, ad copy, essay, etc, is copyrighted the minute you publish it.

Is the copyright symbol necessary?
No. The copyright symbol - notice of copyright - is not necessary. In case you're confused, let's try it again: In order for a work to be copyright protected, it does not need a copyright notice. Copyright notice being "�" or "Copyright", followed by the date, and often by the words, "All Rights Reserved".

It is not needed for the simple reason that all published material is automatically copyrighted.

How long does copyright last?
Copyright protection, in most cases, expires fifty years after your death.

In cinematographic cases, protection shall expire fifty years after the work has been made available to the public with the consent of the author.
-The Berne Convention

When the author of a certain work cannot be determined, such as the case when works are published anonymously or pseudonymously, copyright expires fifty years after the work has been lawfully made available to the public.

I hired a web designer to create a web site; who owns copyright?
Unless specifically contracted otherwise, you own the copyrights. In the case of works made for hire, the employer and not the employee is considered to be the author. This rule applies to:

# Translations
# Commissioned Work (Graphics, Ad Copy, Web Page Scripts)
# Photographs

What is copyright infringement?
Displaying, reproducing, copying and/or distributing copyrighted works without the permission of the author is copyright infringement.

On the Internet, inlining and hotlinking images are common forms of copyright infringement. One court has determined that one website's framing of another is copyright infringement.

What information can be copyrighted?
You may copyright novels, videos, plays, poetry, movies, CD-ROMs, video games, paintings, sheet music, recorded music performances, software code, sculptures, photographs, choreography, architectural designs, scripts and graphics. The work must be original, and fixed in a tangible medium of expression.

You may not copyright common phrases such as Rock-n-Roll, I'll be back, or death and taxes.

Neither may you copyright facts - even if you discovered those facts. Nor are you able to copyright theories or ideas.

What is fair use?
The term Fair Use is a defense against a charge of copyright infringement.

Fair Use exceptions to copyright protection allow others to use small portions of copyrighted material in order to criticize, review or parody a copyrighted work without permission of the author.

Fair use does not allow others to copy copyrighted works in their entirety.

I'm a minor; can I claim copyright?
Sure. There are no age limits to copyright.

What is public domain?
A common myth on the Internet is that anything published on the Internet is public domain. Not true.

Unless the author died over fifty years ago, or specifically placed the work in the public domain by stating, This work is dedicated to the public domain, then it is safe to assume that it is not within the public domain.


Short: everything is copyrighted unless the owner states it isn't.




I'm the only one around here that can ban people, what else do you need to know? Unsure

This post was last modified: 01-23-2008 12:16 PM by Xiao.

01-23-2008 12:16 PM
Visit this user's website Find all posts by this user Quote this message in a reply
kirogo
Junior Member
**


Posts: 10
Group: Registered
Joined: Jan 2007
Status: Offline
Reputation: 0
Post: #6
RE: how to make drop down tool menu in html

...I'm not after him code or anyone others code...

And after looking at the source code I could not understand how to do It with out CSS. because I am not allowed to use anything which Is "beyond my understanding at this point" I cant just see how its made.

This site wont be published its for a show of how much I can do with HTML and how much I understand It (I will be asked to change things In the site with the Examiner watching me).

Just simple guide lines for a "proper" tab like drop-down not the code Its self.

Thank you in advance.


dont have a signature yet but i hope soon ill have a really shexy one ~chi~ moew thats all for now
01-23-2008 02:01 PM
Find all posts by this user Quote this message in a reply
Cort
Co-Administrator
******
Co-Administrators

Posts: 838
Group: Co-Administrators
Joined: Jan 2006
Status: Offline
Reputation: 1
Post: #7
RE: how to make drop down tool menu in html

I'm pretty sure you'll have to do some javascripting for a drop down menu on your webpage.
Instead use a simple text menu, it's much smoother.


Intel Pentium IV 1 GB RAM 3.2Ghz 520W Power Supply
06-06-2008 08:43 AM
Find all posts by this user Quote this message in a reply
Post Reply  Post Thread 

View printable version View a Printable Version
Send this thread to a friend Send this Thread to a Friend
Subscribe to thread Subscribe to this Thread | Add to favourites Add Thread to Favorites

Forum Jump: