make section hover  when u go over 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.
4 posters

    make section hover when u go over

    Brenon Hatake
    Brenon Hatake
    Forumember


    Posts : 60
    Reputation : 1
    Language : english

    Solved make section hover when u go over

    Post by Brenon Hatake Sat 29 Jul - 8:31

    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 Sat 29 Jul - 21:09; edited 1 time in total
    Draxion
    Draxion
    Helper
    Helper


    Male Posts : 2518
    Reputation : 321
    Language : English
    Location : USA

    Solved Re: make section hover when u go over

    Post by Draxion Sat 29 Jul - 8:36

    Hi there,
    Add this to your CSS and style it however you like.
    Code:
    li.row:hover {
      background-color: YOUR COLOR;
    }
    Brenon Hatake
    Brenon Hatake
    Forumember


    Posts : 60
    Reputation : 1
    Language : english

    Solved Re: make section hover when u go over

    Post by Brenon Hatake Sat 29 Jul - 8:48

    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
    Brenon Hatake
    Forumember


    Posts : 60
    Reputation : 1
    Language : english

    Solved Re: make section hover when u go over

    Post by Brenon Hatake Sat 29 Jul - 11:52

    BUMP
    avatar
    Guest
    Guest


    Solved Re: make section hover when u go over

    Post by Guest Sat 29 Jul - 12:27

    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?
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19212
    Reputation : 1998
    Language : fluent in dork / mumbojumbo & English haha

    Solved Re: make section hover when u go over

    Post by Ape Sat 29 Jul - 14:26




    make section hover  when u go over Left1212make section hover  when u go over Center11make section hover  when u go over Right112
    make section hover  when u go over Ape_b110
    make section hover  when u go over Ape1010
    Brenon Hatake
    Brenon Hatake
    Forumember


    Posts : 60
    Reputation : 1
    Language : english

    Solved Re: make section hover when u go over

    Post by Brenon Hatake Sat 29 Jul - 19:04

    the colors i want r  #00f6ff   #00c109     #fff200  #000000  #c60000 i want it like this http://pb2genocide.forumotion.com/f3-applications when u go over the topic its the color they pic
    Draxion
    Draxion
    Helper
    Helper


    Male Posts : 2518
    Reputation : 321
    Language : English
    Location : USA

    Solved Re: make section hover when u go over

    Post by Draxion Sat 29 Jul - 19:08

    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.
    Brenon Hatake
    Brenon Hatake
    Forumember


    Posts : 60
    Reputation : 1
    Language : english

    Solved Re: make section hover when u go over

    Post by Brenon Hatake Sat 29 Jul - 19:14

    thank you for clarifyng that is exactly what i want
    avatar
    Guest
    Guest


    Solved Re: make section hover when u go over

    Post by Guest Sat 29 Jul - 19:24

    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:
    make section hover  when u go over Screen15
    I think I'm missing something.
    Draxion
    Draxion
    Helper
    Helper


    Male Posts : 2518
    Reputation : 321
    Language : English
    Location : USA

    Solved Re: make section hover when u go over

    Post by Draxion Sat 29 Jul - 19:42

    That's an example of what he wants for his forum, @Wolfuryo.
    Brenon Hatake
    Brenon Hatake
    Forumember


    Posts : 60
    Reputation : 1
    Language : english

    Solved Re: make section hover when u go over

    Post by Brenon Hatake Sat 29 Jul - 19:54

    yeah that is what i want
    avatar
    Guest
    Guest


    Solved Re: make section hover when u go over

    Post by Guest Sat 29 Jul - 20:35

    I thought http://pb2genocide.forumotion.com/g4-prestige-members was his forum lol.

    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", "")
    });
    });
    Brenon Hatake
    Brenon Hatake
    Forumember


    Posts : 60
    Reputation : 1
    Language : english

    Solved Re: make section hover when u go over

    Post by Brenon Hatake Sat 29 Jul - 20:49

    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
    Draxion
    Draxion
    Helper
    Helper


    Male Posts : 2518
    Reputation : 321
    Language : English
    Location : USA

    Solved Re: make section hover when u go over

    Post by Draxion Sat 29 Jul - 20:53

    The code worked well for my forum after testing it.
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51553
    Reputation : 3519
    Language : English
    Location : United States

    Solved Re: make section hover when u go over

    Post by SLGray Sat 29 Jul - 21:14

    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.

    Please read our forum rules:  ESF General Rules



    make section hover  when u go over Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.