That code would work, but I generally avoid nesting elements that are of the same class. There is nothing wrong with having more than one element of the same class on the same page, but if you are...
Also, you should avoid placing your curlybraces on the line after your parenthesis(). Some say its a matter of preference but it can matter in certain circumstances. A bad habit to start early on....
GHgraphix, I understand the frustration of coming for help and feeling like you are being criticized but frankly he is right. It would be worth your while to read a current JavaScript book, and even...
Ok you should be able to add a div here that includes the div you already created and the li. Then instead of using an anchor tag, have two functions associated with the div, one is an onClick...
Did you get the rollover problem fixed? Again should be as simple as moving the div for your icon within the UL and removing the anchor tag from the icon itself and adding it to the div. so your div...
I didnt change the code, what I displayed was from your website. But it shouldnt be too hard to change. Just move the icon inside the unordered list and put a div tag right in the list itself. If you...