Results 1 to 4 of 4

Thread: navigation bar

  1. #1
    Join Date
    May 2005
    Location
    bin
    Posts
    3,106
    Tokens
    0

    Latest Awards:

    Default navigation bar

    How u make a navigation bar thing????

  2. #2
    Join Date
    Jan 2005
    Location
    My House...last time I checked
    Posts
    34
    Tokens
    0

    Default

    do this (edit the lime)

    <div class="nav_bar">
    <a href="page.html" alt="Click to go home">Home</a>
    <a href="page.html" alt="Click to go to other pages>Other...</a>
    <a href="page.html" alt="Click to contact us>Contact us....</a>
    </div>

    and on the styles:

    div.nav_bar {
    postition:absolute;
    top: 20px;
    left: 0px;
    }

    Hope it helps
    Last edited by James:Ramsden; 04-06-2005 at 08:41 AM.

  3. #3
    Join Date
    May 2005
    Location
    bin
    Posts
    3,106
    Tokens
    0

    Latest Awards:

    Default ty

    tnx man it well helped me

  4. #4
    Join Date
    Jan 2005
    Location
    My House...last time I checked
    Posts
    34
    Tokens
    0

    Default

    no problem

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •