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.

different hover image background

2 posters

Go down

different hover image background  Empty different hover image background

Post by IdaTR Wed 8 Jan - 17:11

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?
IdaTR
IdaTR
Forumember

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

http://www.vielamort.net

Back to top Go down

different hover image background  Empty Re: different hover image background

Post by Ange Tuteur Wed 8 Jan - 17:22

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);
}
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

different hover image background  Empty Re: different hover image background

Post by IdaTR Wed 8 Jan - 17:55

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..
IdaTR
IdaTR
Forumember

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

http://www.vielamort.net

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum