Thanks. That did it.
Type: Posts; User: lex2000; Keyword(s):
Thanks. That did it.
Okay, so I was able to find another script to use on those nav items that don't need to expand. Unfortunately, it's another .js to load and another javascript call in the HTML, but it's doing what I...
1) Script Title: Form Dependency Manager
2) Script URL (on DD):
http://dynamicdrive.com/dynamicindex16/formdependency.htm
3) Describe problem:
I have set up a contact form so that the...
I only want the Home nav item to show that style when that item is clicked and when it's on the associated page.
I realize this is a bit out of the scope of this script, I was just hoping someone...
So, something like this?
Original class:
.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 11px Arial, Helvetica, sans-serif;
color:...
But the non-expandable items won't have lists, will they?
ddadmin - I have a navbar with 5 items. The top one, 'Home', doesn't contain subitems, but I want it to be highlighted when the user clicks on it and goes to that page. The following three buttons...
I'm not sure I understand what you mean by "the current one that the real thing is using". Could you please clarify? Thanks a lot.
1) Script Title: Accordion Menu Script
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/ddaccordionmenu.htm
3) Describe problem: I'm trying to create a navbar which contains 3...
This script is great. Thanks a ton.
I am curious about form field requirement, though. I have this set up on a contact form so that the user must choose either email or telephone as their choice...
For one thing, you'll want to make sure your menutitle function is called correctly. Currently you have:
menutitle'http://youtube.com')
Where it should be:
menutitle('http://youtube.com')
Yeah, no kidding. Now there are at least 3 of us who want to be able to do this. It can't be that difficult for people who write these scripts, can it?
Please see my response to your post about your script on the page above.
It might help to give more detail about how to implement your scripts, including the HTML required to implement them in a page layout. Look at most of the other script submissions on DD as an...
That is exactly what I'm looking for, but I can't use functionality that is dependent upon calling to external servers. Thanks, though. That is pretty slick.
Does anyone know of a script that enables editing of a table row of data on the fly? For example, I have a table which lists a client's products in their catalog. In each row is a thumbnail image,...