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.

Roolover forum

3 posters

Go down

Solved Roolover forum

Post by Rikho123 Sun 10 Oct 2010 - 4:49

How to make a roolover color forum in phpbb2?
avatar
Rikho123
Forumember

Male Posts : 120
Reputation : 0
Language : indonesia

http://sharemind.betaboard.net

Back to top Go down

Solved Re: Roolover forum

Post by hydroghost Sun 10 Oct 2010 - 5:04

what do you mean?
like image changing?
hydroghost
hydroghost
Forumember

Posts : 51
Reputation : 0
Language : english

Back to top Go down

Solved Re: Roolover forum

Post by Rikho123 Sun 10 Oct 2010 - 5:08

No, if phpbb3 have a roolover color (Admin panel => Display => Colors => Roolover color)

How to make it in phpBB2??
avatar
Rikho123
Forumember

Male Posts : 120
Reputation : 0
Language : indonesia

http://sharemind.betaboard.net

Back to top Go down

Solved Re: Roolover forum

Post by hydroghost Sun 10 Oct 2010 - 5:15

well, you could test this.. I don't know if it will work or not, because I use PhpBB3, but try this.

Code:
table.forumline tr:hover td {
    background-color: #a8ab15;
    }
li.row:hover {
   background-color: #a8ab15;
   }
table.table1 tbody tr:hover, table.table1 tbody tr.hover {
   background-color: #a8ab15;
   color: #047500;
   }
#calendar ul:hover, #mini-calendar ul:hover {
   background-color: #a8ab15;
   }
#calendar .hover-td:hover, #mini-calendar .hover-td:hover {
   background-color: #a8ab15;
   }
.gallery:hover {
   background-color: #a8ab15;
   }
.gallery-avatar:hover {
   background-color: #a8ab15;
   }
table.forumline tr:hover td {
   background-color: #a8ab15;
   }


put those in a CSS Stylesheet, and tell me if it works.

considering I am using PhpBB3, I just put a random color in my rollover setting, and went to the basic css file, and took out everything with the random Color Hex Code.
hydroghost
hydroghost
Forumember

Posts : 51
Reputation : 0
Language : english

Back to top Go down

Solved Re: Roolover forum

Post by Rikho123 Mon 11 Oct 2010 - 16:46

Yes the code is work, but there is an error in phpBB2.

Anyone?? Sad Sad
avatar
Rikho123
Forumember

Male Posts : 120
Reputation : 0
Language : indonesia

http://sharemind.betaboard.net

Back to top Go down

Solved Re: Roolover forum

Post by Guest Mon 11 Oct 2010 - 16:51

What error? =Smile)
avatar
Guest
Guest


Back to top Go down

Solved Re: Roolover forum

Post by Rikho123 Mon 11 Oct 2010 - 16:57

widget, homepage massage and other can i roolover too
avatar
Rikho123
Forumember

Male Posts : 120
Reputation : 0
Language : indonesia

http://sharemind.betaboard.net

Back to top Go down

Solved Re: Roolover forum

Post by Guest Mon 11 Oct 2010 - 17:00

You can't make rollover in the widgets and homepage message you must add HTML and CSS for that other i don't know /:
avatar
Guest
Guest


Back to top Go down

Solved Re: Roolover forum

Post by Rikho123 Tue 12 Oct 2010 - 11:26

avatar
Rikho123
Forumember

Male Posts : 120
Reputation : 0
Language : indonesia

http://sharemind.betaboard.net

Back to top Go down

Solved Re: Roolover forum

Post by Guest Tue 12 Oct 2010 - 15:00

Then you can just add ":hover" after the codes above.
avatar
Guest
Guest


Back to top Go down

Solved Re: Roolover forum

Post by Rikho123 Tue 12 Oct 2010 - 15:12

still can not?

Other codes???
avatar
Rikho123
Forumember

Male Posts : 120
Reputation : 0
Language : indonesia

http://sharemind.betaboard.net

Back to top Go down

Solved Re: Roolover forum

Post by Guest Tue 12 Oct 2010 - 15:15

Why not use your test forum codes Wink
avatar
Guest
Guest


Back to top Go down

Solved Re: Roolover forum

Post by Rikho123 Tue 12 Oct 2010 - 15:56

:wouhou:
Now i can, jus add this code
Code:
td.row1.over:hover {
    background-color: #666666;
    }

And one questions, how to make a background image in roolover?
avatar
Rikho123
Forumember

Male Posts : 120
Reputation : 0
Language : indonesia

http://sharemind.betaboard.net

Back to top Go down

Solved Re: Roolover forum

Post by Guest Tue 12 Oct 2010 - 16:21

e.g:
Code:

body {
background-image: url(http://www.google.dk/intl/en_com/images/srpr/logo1w.png);
}

body:hover {
background-image: url(http://2img.net/i/fa/fdf3/bg.png);
}
avatar
Guest
Guest


Back to top Go down

Solved Re: Roolover forum

Post by Rikho123 Tue 12 Oct 2010 - 16:45

Once again, you helped me Very Happy Very Happy

Thank you Gangstar15 :wouhou: :wouhou:
avatar
Rikho123
Forumember

Male Posts : 120
Reputation : 0
Language : indonesia

http://sharemind.betaboard.net

Back to top Go down

Solved Re: Roolover forum

Post by Guest Tue 12 Oct 2010 - 16:55

No Problem hehe xD
avatar
Guest
Guest


Back to top Go down

Solved Re: Roolover forum

Post by Sanket Tue 12 Oct 2010 - 21:14

Since this thread appears to be solved, I will lock this thread and mark it as solved.
Roolover forum 2j4t5a8

Sanket Smile

Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top


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