html and CSS coding of navigation elements, Home, About, Contact... came out fine when ran on local browser, challenge is i used DOM get and create to prepare the click values of each but on click of each of home, contact... nothing happened! planning to try the following tell me if i am right or help me to the track: create a page each for Home, Contact About... saved Thus about.html, index.html for home contact.html in the html code replace the # in the href with the respective file names thus: <li><a href="about.html">About</a></li> etc is this right to fix my challenge? thanks.
igwegbelaw 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.