Jump to content

Leaderboard

  1. Lock Down

    Lock Down

    Rising Star


    • Points

      1

    • Posts

      1,035


  2. SimplyClever-

    SimplyClever-

    Apprentice


    • Points

      1

    • Posts

      40


  3. DragonVoid

    DragonVoid

    Enthusiast


    • Points

      1

    • Posts

      301


  4. Skreamzja

    Skreamzja

    Community Regular


    • Points

      1

    • Posts

      579


Popular Content

Showing content with the highest reputation on 05/15/2014 in all areas

  1. You can do it either way really. But with jQuery it slows the skin down because it has more files to load. But if your wanting to add an opacity. for example let's take the "primary_navigation" the original code for the primary_nav you add for instance a opacity: 0.5; then for the hover. #primary_nav:hover { opacity: 1; } it's pretty straight forward and easy if you think about it.
    1 point
  2. Welcome to the forum. Make sure you read the rules and stay active. You can find the rules and other important documentation at the top of the page under the "About Us" tab. Have A Great Day.
    1 point
  3. this will add a simple rotating animation effect to your avatars, same as here in NulledBB go to your skin --> css --> ipb_styles.css locate: .ipsUserPhotoLink:hover .ipsUserPhoto { add to it: -moz-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transform: rotate(-360deg); -webkit-transform: rotate(-360deg); o-transform: rotate(-360deg); -ms-transform: rotate(-360deg); transform: rotate(-360deg);
    1 point
  4. To show the reputation points of the current member it is {$this->memberData['pp_reputation_points']}
    1 point
  5. This topic has clearly already been answered. We don't need additional variations of the same answer. Locked.
    1 point
This leaderboard is set to New York/GMT-05:00
×
×
  • Create New...