We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

How to change pseudo classes ? Urgent!

Home Forums Programming How to change pseudo classes ? Urgent!

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #18068
    loom
    Customer

    Hi,

    i am trying to change a pseudo class with puzzles – without success. May someone point me to the right direction ?

    my pseudo class is:

    .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 80px;
    height: 485px;
    background: rgba(0, 0, 0, 0);
    background-image: url(‘images/slider_handle_d_p.png’);
    opacity: 1.0;
    cursor: pointer;

    and i want to change the background-image. what is the correct way to select the pseudo-class ?

    #18072

    Hi,

    can you try the set css rule puzzle?

    Chief 3D Verger | LinkedIn | Twitter

    #18075
    loom
    Customer

    hey yuri, thank you so much for the fast replay, it works now !

    Cheers,
    Chris

    #18081

    :good:

    Chief 3D Verger | LinkedIn | Twitter

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.