Welcome to the MMOtop - Arcemu, Mangos, Trinity.
+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Jerry's Avatar
    Status : Jerry is offline
    Join Date : Mar 2009
    Location : Serbia
    Posts : 2,321
    Thanks: 223
    Thanked 501 Times in 286 Posts
    Rep Power : 10
    Reputation:2077Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute Jerry has a reputation beyond repute

    Default jQuery Script for you website!

    This is not made by me or mmopro.org team !!!

    Credits: filip.20

    Hello if you got your own website and want a pop up where you can vote etc..
    Then i will give you a script to make a pop up:

    the jQuery Script: (insert in index.php or .htm or whatever you have)

    Code:
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js" type="text/javascript"></script>
    <script type="text/javascript">
    $(document).ready(function(){
    $(".reminder").fadeTo(0, 0)
    $(".reminder").fadeTo("slow", 1)
    
    $("#close").click(function(){
    $(".reminder").fadeTo("slow", 0, callback_hide)
    
    function callback_hide() { $(".reminder").hide(0) }
    })
    
    })
    
    </script>
    The css code: to put it in center and make the correct size:
    Insert into index.php or .htm too but make sure its in these tags <html><head></html></head>
    Insert into your style.css or whatever..

    Code:
    .reminder {
    width:460px;
    height:auto;
    text-align:center;
    background-color:black; 
    border:1px solid black;
    position:absolute;
    left:300px;
    top:200px;
    z-index:999;
    }
    Now the html code which kind of activate it all.

    Code:
    <div class="reminder"><a href="XtremeTop 100 Link"><img src="Your Banner Link" border="no"/></a><br /><br /><a href="#" id="close">Close</a></div>
    this .reminder think is what you call it.
    you can call it whatever you want.. like go to the css code and edit: .votepop etc... then edit all the other places too, but dosnt really matter what you call it
    Hope you enjoy xD

    SHOW OUT:


    Credits:
    Jquery script (jesper for learning me how to do it)
    myself html and css. (Jesper also learned me long time ago xD)

  2. #2
    Lucian's Avatar
    Status : Lucian is offline
    Join Date : Dec 2009
    Location : US
    Posts : 1,275
    Thanks: 4
    Thanked 57 Times in 36 Posts
    Rep Power : 4
    Reputation:36Lucian is on a distinguished road

    Default

    Cool release
    John 3:16
    For God so loved the world that he gave his one and only Son, that whoever believes in him shall not perish but have eternal life.

  3. #3
    AwkwardDev's Avatar
    Status : AwkwardDev is offline
    Join Date : Nov 2009
    Posts : 109
    Thanks: 18
    Thanked 44 Times in 15 Posts
    Rep Power : 3
    Reputation:94AwkwardDev will become famous soon enough

    Default

    mhm its nice


 

Visitors found this page by searching for:

Nobody landed on this page from a search engine, yet!
SEO Blog

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts