Would you like to react to this message? Create an account in a few clicks or log in to continue.

You are not connected. Please login or register

request an html code

2 posters

Go down  Message [Page 1 of 1]

1request an html code Empty request an html code Sun Jul 21, 2013 11:43 am

Lovely King

Lovely King
User



i need login popup html code like this black one

request an html code Untitl13

i got that code from https://retronet.nl/ :flower: 

http://topyouth.gamerzfun.com

2request an html code Empty Re: request an html code Sun Jul 21, 2013 12:34 pm

Sasori

Sasori
Administrator


HTML , add anywhere

Code:
<div class="avviso"><a href="/register"><div class="close"></div></a><a href="/register">Maak geheel kosteloos een account aan om optimaal gebruik te maken van het forum</a> of <a href="member.php?action=login">Login</a></div>

And this is the CSS , Add in Administration Panel -> Display -> Colors -> CSS Styelsheet

Code:
.avviso {
  background: #000;
  margin-right: 7px;
  color: #fff;
  font-size: 13px;
  border: 0px solid #94c2e8;
  padding: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px; 
  filter:alpha(opacity=88);
  -moz-opacity:.88; opacity:.88;
  -moz-box-shadow:5px 5px 5px #191919;
  -webkit-box-shadow:5px 5px 5px #191919;
  box-shadow:2px 2px 5px #191919;
  width: 300px;
  position: fixed;
  top: 50%;
  right: 2%;
  text-align: left;
  z-index: 10000000;
}

.avviso a:link {
  color: #fff; text-decoration: none;
}

.avviso a:visited {
  color: #fff; text-decoration: none;
}

.avviso a:hover, #avviiso a:active {
  color: #fff; text-decoration: underline;
}

.close {
   background: url(https://retronet.nl/images/+.png) no-repeat;
   height: 19px;
   width: 18px;
   border: none;
   margin-left: 5px;
   float: right;
}

.close:hover {
   background: url(https://retronet.nl/images/-.png) no-repeat;
   cursor: pointer;
}

3request an html code Empty Re: request an html code Sun Jul 21, 2013 1:45 pm

Lovely King

Lovely King
User


it worked but when i clicked on the green button it didn't close

http://topyouth.gamerzfun.com

4request an html code Empty Re: request an html code Sun Jul 21, 2013 1:46 pm

Sasori

Sasori
Administrator


Code:
<script>
var  = jQuery.noConflict();
(function($) { (".close").click(function () {
  (".avviso").fadeOut("slow");
  }); });
<script src="https://code.jquery.com/jquery-latest.js">
</script>

Add this where you added the HTML

5request an html code Empty Re: request an html code Sun Jul 21, 2013 2:14 pm

Lovely King

Lovely King
User



nothing happened when i click on the green button "Register" page opens

http://topyouth.gamerzfun.com

6request an html code Empty Re: request an html code Sun Jul 21, 2013 2:18 pm

Sasori

Sasori
Administrator


Code:
<script>
var  = jQuery.noConflict();
(function($) { (".close").click(function () {
  (".avviso").fadeOut("slow");
  }); });
</script>

Try now :P

7request an html code Empty Re: request an html code Sun Jul 21, 2013 2:22 pm

Lovely King

Lovely King
User



still the same :| 

http://topyouth.gamerzfun.com

8request an html code Empty Re: request an html code Sun Jul 21, 2013 2:24 pm

Sasori

Sasori
Administrator


Code:
<script type="text/javascript">var  = jQuery.noConflict();
(function($) { (".close").click(function () {
  (".avviso").fadeOut("slow");
  }); });
<script src="https://code.jquery.com/jquery-latest.js"></script>

<div class="avviso"><a href="/register"><div class="close"></div></a><a href="/register">Maak geheel kosteloos een account aan om optimaal gebruik te maken van het forum</a> of <a href="member.php?action=login">Login</a></div>

Add this in generalities , dont replace avviso

9request an html code Empty Re: request an html code Sun Jul 21, 2013 2:39 pm

Lovely King

Lovely King
User


sorry but it is still the same if you can't help no problem forgot it i don't need it much i was just dreaming of it  :lol:

http://topyouth.gamerzfun.com

10request an html code Empty Re: request an html code Mon Jul 22, 2013 3:27 am

Lovely King

Lovely King
User


is there any way to create nice login popup like that one?

http://topyouth.gamerzfun.com

11request an html code Empty Re: request an html code Mon Jul 22, 2013 3:28 am

Sasori

Sasori
Administrator


Hello , please stop doing double post , you got warned,careful you have 1/3 warns.

12request an html code Empty Re: request an html code Mon Jul 22, 2013 10:50 am

Lovely King

Lovely King
User


close the topic

http://topyouth.gamerzfun.com

Sponsored content



Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum