Forums

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

Home Forums CSS Background image for active state

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #35165
    rjmccollam
    Participant

    I am having a hard time coming up with a solution to add a triangle at the top of a thumbnail for this slider when it is the active thumbnail.

    You can view the slider being used here.

    I am using the featured content slider from CSS-Tricks and he has it working, but after altering code I am having issues getting it added.

    This is the CSS that I am using for the active state. I have some of what I should need in there to accomplish this, but not sure the best way to accomplish this.

    .active-thumb {background: url(images/slide-active.png) top center; width: 181px; border: 3px solid #ea5d10}

    Thanks for your help.

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