Latest Lists

In HTML, what code should I use to to have a list pop up when the mouse scrolls over a section of the website?

Also, what kind of file type would be best for the list to appear? Should I use something like Microsoft Word? Would it be best to just type the list in the html code - if so how?

Public Comments

  1. Visit www.w3schools.com and search the CSS section, or take the tutorial. No, PLEASE do NOT use Microsoft Word. Word is notorious for generating spurious, unnecessary, and very often totally incorrect HTML tags. Thereafter, it becomes difficult for people to make any changes to the code later. You're much better off just typing the code in by hand using an editor such as "Notepad++". Also take the HTML tutorial at w3schools. Indeed, you probably should take that one first, then CSS, and then Javascript. HTML is painfully easy to learn, so there's no reason not to.
Powered by Yahoo! Answers