Login | |
|
 |
Drop Down Menu Problems - 9/14/2005 4:43:25 PM
|
|
 |
|
| |
XoScY
Posts: 3
Score: 0
Joined: 9/14/2005
Status: offline
|
This is my first post and im asking anyone who can for help.... i needed to make a dropdown menu for a website im designing, and ive run into a huge problem, i used vbscript functions to set visibilities for <span>'s and when you mouseoff it make the <span> hidden.. it worked fine until i added links, apparantly, when you add <A></A> inside <Span> it views it as mouseing off the span, so that when i mouse over the link, the span containing it gos hidden, so you cant click on anything, unless you are really quick with the cursor, and move it speedily over the link.. if anyone thinks they have a solution to this, email me and ill show you the site im tlaking about, so you can help me, but im not going to post it here, due to unnecessary access, and possibly someone taking my dropdown menu code..... >.>
_____________________________
www.xoscy.com
|
|
| |
|
|
|
 |
RE: Drop Down Menu Problems - 9/14/2005 7:38:35 PM
|
|
 |
|
| |
Snipah
Posts: 1343
Score: 6
Joined: 11/1/2004
From: Netherlands
Status: offline
|
Welcome XoScY, On this forum we share and help each other with their ideas and codes.... If you need help, post your code and we will certainly help you out....as you can use scripts created by others aswell...(see i.e. Post a VBScript or VBScript Search) Don't be shy... PS. you can use the Edit on your post button to add 'forgotten' text.... Snipah
_____________________________
For more information, please see the "Read me First" topic. http://www.visualbasicscript.com
|
|
| |
|
|
|
 |
RE: Drop Down Menu Problems - 9/14/2005 10:01:05 PM
|
|
 |
|
| |
TNO
Posts: 1302
Score: 12
Joined: 12/18/2004
From: thenewobjective.com
Status: offline
|
In order to save typing and to avoid "reinventing the wheel" heres an example of a drop down menu If necessary we could translate this to vbscript: http://www.dynamicdrive.com/dynamicindex1/dropmenuindex.htm
_____________________________
To iterate is human, to recurse divine. -- L. Peter Deutsch
|
|
| |
|
|
|
|
|