i considered that the site that i'm working on, has different relative paths i.e. js/googlemapselector.js and css/googlemapselector.css but i've recreated the problem here:
...
Type: Posts; User: racerxfactor; Keyword(s):
i considered that the site that i'm working on, has different relative paths i.e. js/googlemapselector.js and css/googlemapselector.css but i've recreated the problem here:
...
1) Script Title: google map selector
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex11/googlemapselector.htm
3) Describe problem: having a problem changing map links, when i...
Kind of like a gallery slide show but one where I can put content instead of an image or with it. Also would like each panel when sliding have an image or text manually defined.
...
is it possible to load JavaScript into my page dynamically while setting times on when they load?
i have several scripts running at once and they are loading in the order i put them in. however...
any thoughts on how i can delay external scripts?
I've taken out all other scripts of the page and the menu works fine. I am looking for a way to delay the loading of those other scripts in order to have the nav script fullly load before any other...
the other scripts include two menus for the header and footer and another for analytic s
So if I end up taking out the other js files the nav works just fine. It is prevalent that the other js files that are on the same page is breaking the nav function. I've been search the web for a...
setting all the persiststates' to false and setting defaultexpanded to the corresponding navs gets the needed effects i'm looking for. hope this helps whoever is reading this.
setting all the persiststates' to false and setting defaultexpanded to the corresponding navs gets the needed effects i'm looking for. hope this helps whoever is reading this.
one of the solutions i found in the CSS code is to set the height in the li
.glossymenu ul li a{
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/...
So after doing this it has inadvertently effects other pages on the site. There is only one page I would like to have it regardless of where you are on the site to return to this page and the menu is...
1) Script Title: Accordion
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/ddaccordionmenu.htm
3) Describe problem: some pages i have it set to
persiststate: false,
...
I was going to put up a stripped down version of the pages on my personal web space - the project is for a client and would not be in the best interest if I made any reference to that client.
...
1) Script Title: accordion
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/ddaccordionmenu.htm
3) Describe problem: the accordion menu i'm using is linked to internal pages...
persiststate: false, //persist state of opened contents within browser session?
1) Script Title: Accordion
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/ddaccordionmenu.htm
3) Describe problem: I have the menu linked internally within the site. the...
1) Script Title: Bullet List Accordion Menu
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/ddaccordionmenu-bullet.htm
3) Describe problem: was wondering if there's extra...
lets say i have one or more of the headers that don't drop down but do link to other pages. is there a way to do this?
thanks
1) Script Title: dd accordion
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/ddaccordionmenu-glossy.htm
3) Describe problem: more of a question but would there be a...
yes, only the headers containing "menuitem subheader" will only be effected by the varcolor.
i thought i'd remedy that by changing (headerclass: "submenuheader",) with (headerclass: "menuitem",)...
/poke
actually it does apply to the specific link for class "menuitem" but the corresponding drop down doesn't take into effect
<a class="menuitem submenuheader" href="#" id="visit">visit</a>
<div...
so far so good, however, it seems to only apply to the class "menuitem submenuheader"; a few of my links are class "menuitem" and it does not apply to them
would you mind showing me how it's placed in the script?
I place the code and it breaks.
<script type="text/javascript">
ddaccordion.init({
headerclass: "submenuheader", //Shared CSS...