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.
The forum of the forums

    Nav-Bar Hover Words

    Korvic
    Korvic
    Forumember


    Male Posts : 143
    Reputation : 1
    Language : English

    Solved Nav-Bar Hover Words

    Post by Korvic October 13th 2012, 8:41 pm

    Hello all! Korvic here, wanting to know if there's a way to remove the extra hovering words that appear when you hover the nav-bar. Here's a picture to show what I mean.

    Nav-Bar Hover Words 47b044cabb

    See the Memberlist that appears as I hover over members? I do not want that. It does it for each nav bar button, and I was wondering if there's a way to remove it. Thanks for any help you can give!
    Korvic
    Korvic
    Forumember


    Male Posts : 143
    Reputation : 1
    Language : English

    Solved Re: Nav-Bar Hover Words

    Post by Korvic October 13th 2012, 8:51 pm

    What URL would I put in "URLHERE" ?
    Korvic
    Korvic
    Forumember


    Male Posts : 143
    Reputation : 1
    Language : English

    Solved Re: Nav-Bar Hover Words

    Post by Korvic October 13th 2012, 8:55 pm

    As in the Image URL or the URL that it links to?
    Korvic
    Korvic
    Forumember


    Male Posts : 143
    Reputation : 1
    Language : English

    Solved Re: Nav-Bar Hover Words

    Post by Korvic October 13th 2012, 9:04 pm

    It doesn't appear to be working.

    Code:
    function removeTitle(ele) {
    if (ele) {
    if (ele.length != undefined) {
    for (i=0; i<ele.length; i++) ele[i].title = '';
    } else ele.title = '';
    } else {
    return;
    }
    }
    $(function() {
    removeTitle($('a[href="http://deus-venatus.forum.net.bz/"] img')[0]);
    removeTitle($('a[href="http://deus-venatus.forum.net.bz/forum"] img')[0]);
    removeTitle($('a[href="http://deus-venatus.forum.net.bz/faq"] img')[0]);
    removeTitle($('a[href="http://deus-venatus.forum.net.bz/memberlist"] img')[0]);
    removeTitle($('a[href="http://deus-venatus.forum.net.bz/profile?mode=editprofile"] img')[0]);
    removeTitle($('a[href="http://deus-venatus.forum.net.bz/privmsg?folder=inbox"] img')[0]);
    removeTitle($('a[href="http://deus-venatus.forum.net.bz/login?logout=1&tid=df0ea03a80155f331e7290a237070fd3&key=dd2da1"]img')[0]);
    removeTitle($('a[href="http://deus-venatus.forum.net.bz/login"] img')[0]);
    removeTitle($('a[href="http://deus-venatus.forum.net.bz/register"] img')[0]);
    });

    This is the code I put in.
    Korvic
    Korvic
    Forumember


    Male Posts : 143
    Reputation : 1
    Language : English

    Solved Re: Nav-Bar Hover Words

    Post by Korvic October 13th 2012, 9:08 pm

    Thank you, again. Solved. ^_^

      Current date/time is November 11th 2024, 6:13 pm