Results 1 to 2 of 2

Thread: navigation links.. question.

  1. #1
    Join Date
    Apr 2010
    Posts
    16

    Question navigation links.. question.

    I have navigation inside a div. The navigation div is held in my external css. My external css has a: link and it's orange and I want that for the site. However it's messing with my navigation. I don't want there to be a link color at all because my navigation are all images. It looks tacky.

    Can I remove the link color in my navigation div somehow? I have no idea how to do it.

  2. #2
    Join Date
    Mar 2010
    Location
    England
    Posts
    1,144
    You cant give text "no color", but you can hide it, its should be as simple as:

    Code:
    #navigation-wrapper a {
    text-indent:-9999px;
    overflow:hidden;
    }
    obviously, your navigation div is probably not called #navigation-wrapper, but you know.

Similar Threads

  1. Creating navigation system...basic question
    By SunDancer in forum Web Design, HTML Reference and CSS
    Replies: 1
    Last Post: 19 Sep 2006, 01:15 AM

Posting Permissions

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