I looking for advice, guidelines in creating a vertical cascading menu with javascript and css.
It seems that I should be using unordered lists and the addeventListene r but that is all I really know.
Thanks in advance,
Terry
User Profile
Collapse
-
I was asked to show the HTML in addition to the Javascipt so here it is:
recall the error message that I am receiving is: theitem has no properties
[CODE=html]
<div id="Breakfast" >
<a href="" onclick="displa ymenu('Breakfas t');this.href=' javascript:void (0)'">Breakfast </a></br>
<div class="menuitem ">
<a... -
Having problems with setTimeout with a parameter
I am trying to use setTimeout with a function that has a parameter and I keep getting the error message theitem has no properties.
I am presently working on windows xp pro with Firefox as my browser.
[CODE=javascript]
previous = "";
previousmenuite m = "";
function removeitem (theitem) {
alert(theitem);
theitem.style.d isplay= "none";
... -
Trying to create a ticker with javascript -browser hangs
I have created a small page using html and javascript that attempts to create a ticker. I am trying to go from 0 to 9 and then repeat itself. It should go to each new value after 1 second.
Unfortunately, it simply displays 0 and hangs (shows hourglass in browser).
I am running my page on XP Professional, using javacript.
Code is as follows:
[CODE=javascript]
<script type="text/javascript">... -
Text not lining up with floated image in IE but is in Firefox and Netscape
Hi everyone.
I am getting the results I would like in Firefox and Netscape but unfortunately not in IE7.
My problem is that my uordered lists is not lining up with an image that has been floated left. The problem does not exist in Firefox and Netscape.
The url for my site is http://geocities.com/terrance.murray/veggies/
--
Thanks,
Terry
No activity results to display
Show More
Leave a comment: