make section hover when u go over
4 posters
Page 1 of 1
make section hover when u go over
http://pb2genocide.forumotion.com/g4-prestige-members how do i make it like this when u go in the members section ina group it hovers http://pb2impact.forumotion.com/ this is my forums
Last edited by Brenon Hatake on July 29th 2017, 8:09 pm; edited 1 time in total
Brenon Hatake- Forumember
- Posts : 60
Reputation : 1
Language : english
Re: make section hover when u go over
Hi there,
Add this to your CSS and style it however you like.
Add this to your CSS and style it however you like.
- Code:
li.row:hover {
background-color: YOUR COLOR;
}
Re: make section hover when u go over
The background changes color according to the title color; that's not CSS, that's a mix of JavaScript and CSS. That's more complex stuff. these r the words @daxion stated because i would like to change it like this http://pb2genocide.forumotion.com/f3-applications so its a color u wwant based on topic color if anyone could help that will be great
Brenon Hatake- Forumember
- Posts : 60
Reputation : 1
Language : english
Brenon Hatake- Forumember
- Posts : 60
Reputation : 1
Language : english
Re: make section hover when u go over
Hi,
I don't exactly understand what you want. You have a part of the page that you want to have a color when you hover the mouse over it? If so, please make a screenshot where that part is circled or something so that I can see what you want. Also, what color should it be?
I don't exactly understand what you want. You have a part of the page that you want to have a color when you hover the mouse over it? If so, please make a screenshot where that part is circled or something so that I can see what you want. Also, what color should it be?
Guest- Guest
Brenon Hatake- Forumember
- Posts : 60
Reputation : 1
Language : english
Re: make section hover when u go over
Wolfuryo wrote:Hi,
I don't exactly understand what you want. You have a part of the page that you want to have a color when you hover the mouse over it? If so, please make a screenshot where that part is circled or something so that I can see what you want. Also, what color should it be?
I think I can clarify what he wants. Inside the forums, he wants the rows to have different background colors according to the color of the topic titles.
Re: make section hover when u go over
thank you for clarifyng that is exactly what i want
Brenon Hatake- Forumember
- Posts : 60
Reputation : 1
Language : english
Re: make section hover when u go over
Draxion wrote:Wolfuryo wrote:Hi,
I don't exactly understand what you want. You have a part of the page that you want to have a color when you hover the mouse over it? If so, please make a screenshot where that part is circled or something so that I can see what you want. Also, what color should it be?
I think I can clarify what he wants. Inside the forums, he wants the rows to have different background colors according to the color of the topic titles.
They already have different colours based on what you said:
I think I'm missing something.
Guest- Guest
Re: make section hover when u go over
yeah that is what i want
Brenon Hatake- Forumember
- Posts : 60
Reputation : 1
Language : english
Re: make section hover when u go over
I thought http://pb2genocide.forumotion.com/g4-prestige-members was his forum lol.
Add this script with placement on subforums:
Add this script with placement on subforums:
- Code:
$(function(){
if(!/f\d+/.test(location.pathname)) return;
$("a.topictitle>span").parent().parent().parent().parent().parent().parent().mouseover(function(){
var col=$("a.topictitle>span", $(this).html()).css("color");
$(this).css("background", col)
});
$("a.topictitle>span").parent().parent().parent().parent().parent().parent().mouseout(function(){
$(this).css("background", "")
});
});
Guest- Guest
Re: make section hover when u go over
excuse me i want the hover to be on it http://pb2imp.forumotion.com/f2-applications my forums it hovers on top how to hove ron it
Brenon Hatake- Forumember
- Posts : 60
Reputation : 1
Language : english
Re: make section hover when u go over
Brenon Hatake wrote:The background changes color according to the title color; that's not CSS, that's a mix of JavaScript and CSS. That's more complex stuff. these r the words @daxion stated because i would like to change it like this http://pb2genocide.forumotion.com/f3-applications so its a color u wwant based on topic color if anyone could help that will be great
Brenon Hatake wrote:BUMP
Please don't double post. Your posts need to be separated by 24 hours before bumping. Please use the edit button, instead! Since this is your fourth warning, you have receive another warning.
|
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» make hover when viewing a group
» make hover of users in memberslist
» make hover of users in member sin group
» Make gifs finish their animation on hover ?
» how make a colored text fade into another using a hover code? (using css transitions)
» make hover of users in memberslist
» make hover of users in member sin group
» Make gifs finish their animation on hover ?
» how make a colored text fade into another using a hover code? (using css transitions)
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum