+ Reply to Thread
Results 1 to 10 of 16
Thread: html code for drop down menus
-
html code for drop down menus
I need some help on the html code to use for drop down menus with links in them.
Thanks
-
01-01-2009 04:57 PM #2
did you try to google? because there are various site that show how to do it... which software are you useing ? a basic html-editor or something like dreamweaver?
-
01-12-2009 10:10 AM #3IndianHost Guest
You need to use DHTML and javascript to create menu instead of HTML. There are many sample scripts available on the net.
-
01-12-2009 10:38 AM #4
Senior Member





- Join Date
- May 2007
- Posts
- 148
- Downloads
- 0
- Uploads
- 0
You may look for this resource.
-
03-04-2009 03:37 PM #5
Junior Member
- Join Date
- Mar 2009
- Posts
- 11
- Downloads
- 0
- Uploads
- 0
I think this menu is very simple to use
htmldog.com/articles/suckerfish/dropdowns/
-
03-18-2009 12:10 PM #6
Junior Member
- Join Date
- Mar 2009
- Posts
- 11
- Downloads
- 0
- Uploads
- 0
i think you must use javascript for this
-
05-14-2009 06:30 AM #7
Banned
- Join Date
- May 2009
- Posts
- 13
- Downloads
- 0
- Uploads
- 0
hi you can use the dropdown box by using the scripts may vb script or java script.
<SCRIPT TYPE="text/javascript">
<!--
function dropdown(mySel)
{
var myWin, myVal;
myVal = mySel.options[mySel.selectedIndex].value;
if(myVal)
{
if(mySel.form.target)myWin = parent[mySel.form.target];
else myWin = window;
if (! myWin) return true;
myWin.location = myVal;
}
return false;
}
//-->
</SCRIPT>
-
06-01-2009 09:39 AM #8atanu Guest
-
07-25-2009 05:50 PM #9
Junior Member
- Join Date
- Jul 2009
- Posts
- 13
- Downloads
- 0
- Uploads
- 0
css will also do!
google will help you with it :)
good luck
-
09-05-2009 01:05 PM #10joseph Guest
yes it can be possible through javascript dhtml or with CSS
Similar Threads
-
Parham's PHP Tutorial
By Ardenn in forum Website Programming DiscussionReplies: 14Last Post: 02-10-2012, 10:55 AM -
HTML
By SoaringUSAEagle in forum Website Programming DiscussionReplies: 8Last Post: 11-12-2010, 06:20 AM -
Using XHTML Instead of HTML Coding
By ms2134 in forum HTMLReplies: 9Last Post: 05-17-2009, 02:24 PM -
HTML vs PHP pages?
By imported_niky in forum Search Engine MarketingReplies: 0Last Post: 07-24-2008, 07:17 PM -
Cisco Systems says arrest in Sweden linked to ***** of its code
By ovi in forum Forum LobbyReplies: 0Last Post: 05-10-2005, 09:24 PM


LinkBack URL
About LinkBacks
Reply With Quote





Bookmarks