Jump to content

Recommended Posts

Hello as the title says i would like some help with popup image on page load.
If you would like to see preview of it just delete your cookies on maxcheaters and reload the index and you will see L2Tales popup.
I want same like it.
I searched for the same thing and i ended up on russian website :D

Well if anyone can help me out i would appreciate it as fuck.

Thank you all in advance you rock guys !

Link to comment
Share on other sites

L2JBRASIL and MXC use the same code, in different ways, which is the same one you shared, but they modified the codes

 

try

https://nulled.in/threads/255477/

Still can't get it work.

idk i am fucking dumb or something but still can't get it work fuck me.

Link to comment
Share on other sites

A very simple example on how to use it etc... This script is which is used here right now for Tales and was used for NEO. All you have to do is make your own image and play around with the settings and styling to your own liking.

 

Very simple popup script

Link to comment
Share on other sites

You don't even need jQuery for such thing... :lol:

<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8">
        <title>Simple HTML Box</title>
        <style>
            body {
                margin: 0;
                padding: 0;
            }
        </style>
    </head>
    <body>
        <div id="modal-dialog" style="position: absolute; width: 100%; height: 100%; background-color: #ccc;">
            <div style="position: relative; margin: 100px auto 0; width: 500px; height: 500px; background-color: #fff;">
                <button style="position: absolute; top: 10px; right: 10px;" onclick="document.getElementById('modal-dialog').style.display = 'none';">Close</button>
            </div>
        </div>
    </body>
</html>
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...