What is the HTML code to make your web more accurate?

How do you make a working menu with CSS in Web Expressions 4?

  • Hello, I am a freelance web designer and I have a question about a project I'm having trouble with. I am trying to make a menu that when you move the mouse and select the word it will change color. So far I have that task done. But my question is this, how come when I select the word, it wont go to the following page? For example when I click about us it wont click. I am some what new to Web Expressions 4 and have spent hours looking for tutoiral videos. I do not know if its a linking problem or if I am missing a step. I will post the code below: Any help will be appreciated, please note i'm looking for help from fellow web designers and coders. <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Horizontal Navigation Bar w/Rollover Effect</title> <style type="text/css"> <!-- #navbar ul { margin: 0; padding: 5px; list-style-type: none; text-align: center; background-color: #000; } #navbar ul li { display: inline; } #navbar ul li a { background-color: #3366FF; background: #0066FF; text-decoration: none; padding: .2em 1em; color: #000000; } #navbar ul li a:hover { color: #000; background-color: #fff; } --> </style> <link href="Rollover%20Menue" rel="stylesheet" type="text/css"> </head> <body> <div id="navbar"> <ul> <li><a href="#">Home</a></li> <li><a href="#">About Us</a></li> <li><a href="#">Campus Tours</a></li> <li><a href="#">Admissions</a></li> <li><a href="#">News & Events</a></li> <li><a href="#">Testimonials</a></li> <li><a href="#">Donations & Sponsors</a></li> <li><a href="#">Services</a></li> <li><a href="#">Contact</a></li> </ul> </div> </body> </html>

  • Answer:

    If this is a straight copy/paste then: 1. You're not a freelance anything. 2. It's a linking error

Anonymou... at Yahoo! Answers Visit the source

Was this solution helpful to you?

Other answers

the href=# point to nothing.. it should've been filled with the url of the page that you want the link to navigate to.. eg: href='http://www.yahoo.com' agree with gardner.. if you just a designer, you should at least know the working of html if you want to be a freelancer.. simply being a designer, you need to work in a team and let the programmer do this kind of job..

Saiful A

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.