Results 1 to 3 of 3

Thread: new to javascript

  1. #1
    Join Date
    Apr 2008
    Posts
    25
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default new to javascript

    I'm totally new to javascript. I need to do a popout menu on www.fountainchurch.org/aboutUs.html. I'm using this code

    <ul id="nav"> <li><a href="#">Percoidei</a> <ul> <li><a href="#">Remoras</a></li> <li><a href="#">Tilefishes</a></li> <li><a href="#">Bluefishes</a></li> <li><a href="#">Tigerfishes</a></li> </ul> </li> <li><a href="#">Anabantoidei</a> <ul> <li><a href="#">Climbing perches</a></li> <li><a href="#">Labyrinthfishes</a></li> <li><a href="#">Kissing gouramis</a></li> <li><a href="#">Pike-heads</a></li> <li><a href="#">Giant gouramis</a></li> </ul> </li>
    from http://www.htmldog.com/articles/suckerfish/dropdowns/ but I don't know where to put the code.

  2. #2
    Join Date
    Apr 2008
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi, i'm also new to javascript as well. I only know how to use them but i am totally new to creating them

    I thought I put my question in the same thread....(apologies if it seems rude)

    I'm suppose to create a button that generates a random number when clicked. I did that...and now i'm asked to use that random number to access a value of an array and changing the html properties.

    After creating the number, i'm just stumped. If anyone can give me hints...i'll be grateful

  3. #3
    Join Date
    Apr 2008
    Posts
    25
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    actually these are two different questions.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •