Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Targeting active nav ul li ?

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #41676
    VaMoose
    Member

    Hi there, I am trying to target a single nav ul li bullet for my site. At the moment I have no bullets showing:
    nav ul {list-style-type:none;}

    But I cannot target the bullet to put in a image for the active link (the page they are on):
    nav ul li a.active{background:url(‘bullet.png’); margin-left:-1%; text-indent:1%;}

    Please help!

    #119397
    chrisburton
    Participant

    `list-style-image: url(‘something.png’);`

    #119398
    wolfcry911
    Participant

    I’d love to help, but you give nothing to go on. Do you have a link, a pen, more code?

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.