iEntry 10th Anniversary Webforumz RegistrationAnnouncements Contact Webforumz StaffContact
Home Resources Blogs Meet the Team Contact Register
 

Go Back   WebForumz.com > The Code > JavaScript

Closed Thread
 
LinkBack Thread Tools
Old June 29th, 2004, 02:28 PM   #1
New Member
 

Join Date: Jun 2004
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 LEFT is on a distinguished road
need help with DHTML Popup Menu

i've been surfing the net for a looooooong time now looking for a dhtml popup menu. here are some examples of what i am looking for

http://www.hiermenuscentral.com/
where it says Latest Version, Bulletins, etc...when the mouse is over it pops up a submenu

http://www.projectseven.com/
where it says Home, Extensions List, etc...when the mouse is over it pops up a submenu

i've tried to save the site to see how they did the code for both of these websites, but after i saved it they didn't work when i moved my mouse over it. i want it to be vertical like theirs and also a key note, i want them to be links first...what i mean by that is, if you view the html source code for either website, you'll notice that you're able to find them as:

Latest Version Bulletins
Home Extensions List

and so on. i would like it to have a popup menu over the link. if you could help me out with getting this code and getting it to work i would greatly appreciate it. thanks in advance!
LEFT is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Old June 29th, 2004, 03:55 PM   #2
WebForumz Admin Badge
 

Join Date: Jul 2003
Posts: 1,848
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 113 Webforumz Staff is on a distinguished road
http://www.dhtmlcentral.com/projects/coolmenus/
Webforumz Staff is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Old June 29th, 2004, 04:15 PM   #3
WebForumz Member
 

Join Date: Oct 2003
Posts: 69
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 jamslam is on a distinguished road
How about a CSS drop down menu I made?

http://www.webtrickscentral.com/stuf..._dropdown.html
jamslam is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Old June 29th, 2004, 11:48 PM   #4
New Member
 

Join Date: Jun 2004
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 LEFT is on a distinguished road
Both are really nice and thanks for your help! I like the css drop down menu ya made as well! Well done!! Thanks again.
LEFT is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Old June 29th, 2004, 11:51 PM   #5
New Member
 

Join Date: Jun 2004
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 LEFT is on a distinguished road
btw jamslam, what is this...

body {
behavior: url(htc/moz.htc);
}

?
LEFT is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Old June 30th, 2004, 12:16 AM   #6
WebForumz Member
 

Join Date: Oct 2003
Posts: 69
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 jamslam is on a distinguished road
http://www.webtrickscentral.com/stuff/CSS/htc/moz.htc

It's an HTC (HTML Component) behavior file, which uses javascript to emulate the :hover psuedo class in Internet Explorer only. In any other browser, it's completely ignored- but the :hover pseudo class already works properly so there is no need for the HTC file.
jamslam is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Old June 30th, 2004, 12:22 AM   #7
New Member
 

Join Date: Jun 2004
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 LEFT is on a distinguished road
when i saved your css drop down menu to my desktop and opened it up, it didn't display the submenus...? i dunno why...i am running on IE6.0, but that shouldn't matter right? any ideas...?
LEFT is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Old June 30th, 2004, 01:19 AM   #8
WebForumz Member
 

Join Date: Oct 2003
Posts: 69
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 jamslam is on a distinguished road
You need to save the HTC file as well. I figured you would have known about that since you asked me about it. lol.

But yea, save the HTC file to your computer by clicking on this URL:

http://www.webtrickscentral.com/stuff/CSS/htc/moz.htc

Now make a folder called htc in the folder that you have the drop down menu in, and put the moz.htc file in that htc folder.
jamslam is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Old July 1st, 2004, 02:45 AM   #9
New Member
 

Join Date: Jun 2004
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 LEFT is on a distinguished road
cool, thanks! i didn't know about the HTC haha - thanks again!
LEFT is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Closed Thread

Bookmarks

Tags
help , dhtml , popup , menu


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
onclick dhtml popup bruno89 HTML, XHTML and CSS 7 September 8th, 2006 12:36 PM
inline frame vs. dhtml menu sirbogdan JavaScript 0 November 28th, 2005 07:13 AM
DHTML Menu setiawan77th JavaScript 2 October 15th, 2004 05:42 AM
dhtml menu for IE - Netscape - opera greg HTML, XHTML and CSS 1 January 7th, 2004 12:54 PM
DHTML popup menu Reeno HTML, XHTML and CSS 3 November 2nd, 2003 06:28 PM


Search Engine Optimization by vBSEO 3.2.0 RC8