Results 1 to 2 of 2

Thread: Navigation Bar

  1. #1
    Garcíarobine is offline Senior Member
    Join Date
    Dec 2009
    Posts
    334
    Rep Power
    3

    Default Navigation Bar

    How to use the Navigation Bar in CSS?

    I do not know how to use the navigation bar in CSS. I want to use it so that user can simply navigate through the web site. It is important to have easy-to-use navigation for every web site. So please help me to how to use the Navigation Bar in CSS?

  2. #2
    RodríguezBrown is offline Senior Member
    Join Date
    Dec 2009
    Posts
    322
    Rep Power
    3

    Default

    The example which I given below, I have make the navigation bar. For making the accurate sense for the navigation bar, you will have to use the <ul> and <li> elements. Because a navigation bar is mainly a list of links.

    Code:

    <ul>
    <li><a href="home.aspx">Home</a></li>
    <li><a href="feedback.aspx">Feedback</a></li>
    <li><a href="contact.aspx">Contact Us</a></li>
    <li><a href="aboutus.aspx">About Us</a></li>
    </ul>

Similar Threads

  1. code for navigation button
    By John Emburey in forum Programming
    Replies: 1
    Last Post: 04-14-2010, 12:04 PM
  2. Google Maps Navigation officially comes to Android 1.6
    By kenner66 in forum Latest Hardware News
    Replies: 0
    Last Post: 11-24-2009, 07:41 AM
  3. Yahoo Mail use extended navigation
    By joshin in forum General Internet Terms
    Replies: 0
    Last Post: 02-24-2009, 07:32 AM
  4. Navigation Tips
    By jack879 in forum Everything Else
    Replies: 0
    Last Post: 11-17-2008, 01:51 PM
  5. Showing All The Navigation Pane Buttons
    By neil97 in forum Applications
    Replies: 0
    Last Post: 08-15-2008, 04:06 PM

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
  •  
SEO by SubmitEdge

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48