Trying to fix my navigation menu 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.
3 posters

    Trying to fix my navigation menu

    JimChaotic
    JimChaotic
    New Member


    Posts : 1
    Reputation : 1
    Language : BOlivian

    Trying to fix my navigation menu Empty Trying to fix my navigation menu

    Post by JimChaotic July 13th 2016, 7:54 pm

    Hey, guys! Lately, I've been trying to make some changes in the appearance of a forum and so far with some CSS I've managed to create a cool-looking navigation bar. However, I need some help.
    Here's my problem - so, in my script, I've got a normal button:

    Code:

      #i_icon_mini_index{
      background-image: url(http://i35.servimg.com/u/f35/19/35/19/83/home-n12.png);
      width: 98px;
      height: 47px;
      }

    Then, I have a change of the button's state when someone hovers on it with the mouse:

    Code:

      #i_icon_mini_index:hover{
      background-image: url(http://i35.servimg.com/u/f35/19/35/19/83/home-a12.png);
      width: 98px;
      height: 47px;
      }

    So far so good, however, I want to add another state where the button stays in red text with glow while it's active:

    Code:

      #i_icon_mini_index:active{
      background-image: url(http://i35.servimg.com/u/f35/19/35/19/83/home-a12.png);
      width: 98px;
      height: 47px;
      }

    What I wanted to do is to get the button to stay ACTIVE when the user clicks on it, and then after the user clicks on another button, the button before that returns to it's normal state and the other button that the user clicked on is active, kind of like the navigation bar on this forum, however the button doesn't stay active when I do that in my CSS, it only stays active when I drag the button (in Mozilla Firefox that is, I don't know for other browsers). What changes should I make in the CSS to achieve that!?
    Nemo
    Nemo
    Active Poster


    Male Posts : 1203
    Reputation : 119
    Language : Greek, English, French

    Trying to fix my navigation menu Empty Re: Trying to fix my navigation menu

    Post by Nemo July 13th 2016, 8:53 pm

    Please change the title of your topic to something that is related to your question/issue, so that other users will be able to find their question/issue using the search engine.
    Please read our forum rules: ESF General Rules
    Ace 1
    Ace 1
    Helper
    Helper


    Male Posts : 843
    Reputation : 64
    Language : English - French?
    Location : Druid Hill Park

    Trying to fix my navigation menu Empty Re: Trying to fix my navigation menu

    Post by Ace 1 July 20th 2016, 4:36 am

    @JimChaotic these buttons are links so they will take a user to another page.

    You know that a user will have to be really quick to click a navlink and click another one before they are redirected to the first one.