Need help real bad, concerning drop down menus and tables

liunx

Guest
Well i know pretty much nothing about HTML or DHTML woteva, but found out it was the only way u can create those drop down menus, u knwo when u hold ur mouse over sum text, a menu will drop down into sub headings. Well I used a table for the tob of my page, I havent uploaded it yet but heres the HTML code stuff:<br />
___________________________________________________________<br />
<br />
<html><br />
<br />
<head><br />
<meta http-equiv="Content-Language" content="en-au"><br />
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"><br />
<meta name="GENERATOR" content="Microsoft FrontPage 4.0"><br />
<meta name="ProgId" content="FrontPage.Editor.Document"><br />
<title>New Page 1</title><br />
<meta name="Microsoft Theme" content="none"><br />
</head><br />
<br />
<body bgcolor="#000000"><br />
<br />
<table border="1" height="22" cellspacing="1" width="400"><br />
<tr><br />
<td height="155" align="left" width="3234" colspan="5"><br />
<p align="center"><img border="0" src=http://www.htmlforums.com/archive/index.php/"WWE%20Stuff/Pictures/logos/SBW.jpg" width="650" height="190"></td><br />
</tr><br />
<tr><br />
<td height="22" align="center" width="646"><b><font color="#FFFFFF" size="1" face="Verdana">Front Office</font></b></td><br />
<td height="22" align="center" width="646"><b><font color="#FFFFFF" size="1" face="Verdana">Rosters</font></b></td><br />
<td height="22" align="center" width="646"><b><font color="#FFFFFF" size="1" face="Verdana">Shows</font></b></td><br />
<td height="22" align="center" width="646"><b><font color="#FFFFFF" size="1" face="Verdana">Pay Per View</font></b></td><br />
<td height="22" align="center" width="650"><font face="Verdana" size="1" color="#FFFFFF"><b>Sign Up</b></font></td><br />
</tr><br />
</table><br />
<p align="left">&nbsp;</p><br />
<br />
</body><br />
<br />
</html><br />
<br />
___________________________________________________________<br />
<br />
Now i knw this is asken abit much, but ya see in the table where it says Front Office, Shows, and so on, how do i make them each be a seperate drop down menu. I can make one of em work using the scrpits on <!-- m --><a class="postlink" href="http://www.dynamicdrive.com/dynamicindex1/popit.htm">http://www.dynamicdrive.com/dynamicindex1/popit.htm</a><!-- m --> but then when i repeate it into the next one it comes up with all these errors, can someone help me?<!--content-->i cant publish it on the net, im using frontpage, i have a geocities account, but it wont let me click publish web button in file menu, help?<!--content-->if you have geocioties then jsut go to file manager at geocites and load it that way. don't use frontpage for everything.<br />
<br />
it is hard to tell what you want since you just gave us a table and not the script.<!--content-->http://www.geocities.com/new_sbw/index.html<br />
thanks for the tip, heres what i was talekn about, now see each word in the table underneith the top logo, i want them to be those pop down menus, each one different.<!--content--><<--Here-->> (<!-- m --><a class="postlink" href="http://www.htmlforums.com/search.php?s=&action=showresults&searchid=33719&sortby=lastpost&sortorder=descending">http://www.htmlforums.com/search.php?s= ... descending</a><!-- m -->) <br />
<br />
You can probably find the answer by reading questions already asked and answered on this same subject.<!--content-->did you read that popit page at dynamic drives page? it tells you how to do it.<br />
<br />
<a href=http://www.htmlforums.com/archive/index.php/"#" onMouseover="showmenu(event,linkset[0])" onMouseout="delayhidemenu()">Front Office</a><br />
<br />
that will be your link, and anything that has a linkset[0] will be the sub-categories under it.<br />
<br />
edit: you don't hae to copy anyhting again. just use the one script you get form dynamic's site.<br />
<br />
each one has a unique ID, linkset[0] for the first 1 and linkset[1] for the second link... and so on<!--content-->yeh i know how to do that man, no prob there, the problem comes when i insert those codes into the table, which it worked when i did the first "front office" section, but when i did it for the next section nothing worked.<!--content-->show me then? because that page you have at geocities is blank, well it doesn't have the script in it like you said you tried.<!--content-->it is not hard at all. follow the file I uploaded<!--content-->wow i must have really ****ed up bad, i could never get it to work liek urs did. Is there a way i can view the html of it, if not can u paste it ere?<br />
abd also i know this is pushing it, is there a way the drop down menus can drop neatly below the word, not just wherever the mouse is on the word?<!--content-->dont worry bout pasten the html, i wasnt thinking properly, but about the other thing, i would be intrested in that. sorry bout taken long to reply, i still use a ****ty dial up.<!--content-->Anyway thanks so much man ay, im pretty **** at this stuff was just bout to give up, but now its starten to make a lil sense.<!--content-->I didn't see anything that will let you do the positioning. if you want that control then you will have to get another script.<!--content-->
 
Back
Top