User Profile

Collapse

Profile Sidebar

Collapse
tgmurray
tgmurray
Last Activity: Oct 6 '07, 06:37 PM
Joined: Aug 24 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • How to create cross-browser cascading menu with javascript and css?

    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
    See more | Go to post

  • 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...
    See more | Go to post
    Last edited by acoder; Sep 20 '07, 12:06 PM. Reason: Added language to code tag

    Leave a comment:


  • 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";
    ...
    See more | Go to post
    Last edited by acoder; Sep 19 '07, 04:33 PM. Reason: Added language to code tag

  • 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">...
    See more | Go to post

  • 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
    See more | Go to post
No activity results to display
Show More
Working...