different hover image background  Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
2 posters

    different hover image background

    IdaTR
    IdaTR
    Forumember


    Female Posts : 547
    Reputation : 1
    Language : Danish, english
    Location : Denmark

    different hover image background  Empty different hover image background

    Post by IdaTR January 8th 2014, 5:11 pm

    HEY! i'm using phpbb3 in version. The website is; www.nionevrien.forumq.net
    I would like to ask, if it is possible to have a hover on specific forums in the category, with an image as background.

    I don't know if you get it.. 
    But as you see on other websites there hovers in the forum is a color.
    I dont have any links to other sites about this. 

    I only know a short part of how to do it;
    Code:

    li.row:hover dd {
    border-left: 0px solid #000;
    background-image:url(http://fc06.deviantart.net/fs71/i/2012/333/0/6/sleeping_forest_dragon__old__by_st_pete-d5mjqrj.jpg);
    }

    But with this code, it appears all over the row, and the image goes in the front over the forum icons..

    I dont know if i've described this well for you?
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13246
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    different hover image background  Empty Re: different hover image background

    Post by Ange Tuteur January 8th 2014, 5:22 pm

    Hello IdaTR,

    Do you just want the image on the row ?

    If so it should be this :
    Code:
    li.row:hover {
    border-left: 0px solid #000;
    background-image:url(http://fc06.deviantart.net/fs71/i/2012/333/0/6/sleeping_forest_dragon__old__by_st_pete-d5mjqrj.jpg);
    }
    IdaTR
    IdaTR
    Forumember


    Female Posts : 547
    Reputation : 1
    Language : Danish, english
    Location : Denmark

    different hover image background  Empty Re: different hover image background

    Post by IdaTR January 8th 2014, 5:55 pm

    YES EXACTLY!!
    Just one thing more; I want it to be like that when the rpg rooms get up, that they have different hover backgrounds.. i dont know if it's possible..