Help me!!

Discussion in 'HTML & Website Design' started by Suraj_597, Sep 12, 2007.

Thread Status:
Not open for further replies.
  1. #1
    Hello all,
    am really newbie. I dont know how to make a navigation :mad:
    Can some one tell me how to make it? Just tell me, I will design it.
    I hope some one helps me out. Thanks in advance.
     
    Suraj_597, Sep 12, 2007 IP
  2. vonvhen

    vonvhen Peon

    Messages:
    152
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Try searching CSS navigation examples on google.

    Now a day, most ppl will use CSS for their navigation menu.

    e.g. with <UL> tags.
     
    vonvhen, Sep 12, 2007 IP
  3. Suraj_597

    Suraj_597 Peon

    Messages:
    87
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Ok, thanks for some good info.
    I will try to search them :)
     
    Suraj_597, Sep 12, 2007 IP
  4. XTreMe

    XTreMe Banned

    Messages:
    1,226
    Likes Received:
    57
    Best Answers:
    0
    Trophy Points:
    0
    #4
    check it here www.dynamicdrive.com
     
    XTreMe, Sep 12, 2007 IP
  5. Noddegamra

    Noddegamra Peon

    Messages:
    1,013
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    0
    #5
    If you mean a basic link then a code example would be:

    
    <a href="index.html">Home Page</a>
    
    <a href="about.html">About Us</a>
    
    <a href="contact.html">Contact Details</a>
    
    HTML:
    There are MANY ways to display this information (as suggested earlier using CSS and UL LI formatting). You can also use Flash and Javascript solutions, but I wouldn't use them for SEF (search engine friendly) purposes. :)
     
    Noddegamra, Sep 12, 2007 IP
  6. Suraj_597

    Suraj_597 Peon

    Messages:
    87
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    I know how to put <a href="Link">Content </a> amd all. I am talking about position...
     
    Suraj_597, Sep 12, 2007 IP
  7. Noddegamra

    Noddegamra Peon

    Messages:
    1,013
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Okay sorry, a misunderstanding :)

    There is a good article here on creating a hroizontal menu in css: http://www.devx.com/webdev/Article/32424

    It contains example (and downloadable) code. It's also "to the point" and easy to understand. It should get you setup with a new menu in under 10 minutes ;)

    I hope this is alot more useful to you :)
     
    Noddegamra, Sep 12, 2007 IP
  8. Suraj_597

    Suraj_597 Peon

    Messages:
    87
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #8
    okay. Thanks for the help. I will read that article :)
     
    Suraj_597, Sep 12, 2007 IP
Thread Status:
Not open for further replies.