Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2008
    Location
    England.
    Posts
    33
    Tokens
    0

    Default slight coding help (CSS)

    I have a set color for links on my site.

    a { color: #FF9900; }

    however, I want the links to appear white in my "nav" div. I do the following

    a#nav { color: #FFF; }

    However this doesn't seem to work, does anyone know what I'm doing wrong? I have a feeling it's the a#nav part.

    Please if you know could you help me, and if you don't know, please don't post... I don't want to read through stuff that isn't the answer to what I need.

    Thanks in advance
    Thanks,
    Apui.

  2. #2
    Join Date
    Nov 2006
    Location
    Narrich
    Posts
    5,687
    Tokens
    0
    Habbo
    Jamesy...

    Latest Awards:

    Default

    #nav a {color: #fff;}
    Ex-janitor. Might pop in from time to time, otherwise you can grab all my information from http://jamesy.me.uk/

  3. #3
    Join Date
    Dec 2008
    Location
    England.
    Posts
    33
    Tokens
    0

    Default

    Wow, I feel like an idiot

    I tried like
    a#nav
    #nav.a
    #nav:a
    a:#nav

    all of thos types of things and it's just that.

    Cheers
    Thanks,
    Apui.

Posting Permissions

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