HabboLife Forum
Vuoi reagire a questo messaggio? Crea un account in pochi click o accedi per continuare.

AccediRegistrati
HabboLife Forum

Codice HTML O JS.

Salvie liefini D:

Sapete per caso il codice (Che possa essere sia html o JS) che può far impostare un base rme così?:

Codice HTML O JS. Asdsaf13

Perfavore,se ci riuscite,potreste mettere anche gli spazi per i redirect? e.e Grazie ù_ù

(Non deve essere per forza uguale eh e.e)

Re: Codice HTML O JS.

Non saprei °-°

Io cerco da molto tempo il codice che ora c'è su habbo.se [quello per le news]

Re: Codice HTML O JS.

Codice:

<html><head><style>.tooltiptrolol { position: relative; cursor: help; text-decoration: none;} .tooltiptrolol span { display: none; position: absolute; top: 15px; left: 10px; padding: 5px; z-index: 100; background: #000; color: #fff; border-radius: 5px; box-shadow: 2px 2px rgba(0, 0, 0, 0.1); text-align: center; line-width: 1000px; text-indent: 0; font: normal bold 10px/13px Tahoma,sans-serif; white-space: nowrap;} span:hover.tooltiptrolol { font-size: 99%; } .tooltiptrolol:hover span { display: block; } .md img { display:inline; } .rageface { visibility:visible; }</style></head><body><div class="inner"><span class="corners-top"><span></span></span><div class="h3"></div><style type="text/css">

.picshow { z-index:444; position:relative; background-color:#ffffff; width: 115 ; height: 160px}

.picshow_main { position: relative; width: 180px; height: 135px}

.picshow_main .imgbig { filter: progid:dximagetransform.microsoft.wipe(gradientsize=1.0,wipestyle=4, motion=forward); width: 160px; height: 115px}

.picshow_change {position: absolute; text-align: left; bottom: 0px; height: 30px; right: 0px; left: 100px;}

.picshow_change img {width:15px; height: 15px}

.picshow_change a { border: 1px solid; display: block; float: left; margin-right: 5px;  -display: inline}

a.axx { border-color: #555}

a.axx:hover {border-color: #000}

a.axx img { filter: alpha(opacity=40); opacity: 0.4; -moz-opacity: 0.4}

a.axx:hover img {filter: alpha(opacity=100); opacity: 1.0; -moz-opacity: 1.0}

a.bxx { border-color: #000}

a.bxx:hover {border-color: #000}

img{

border:0px}

</style>

<script language="javascript">

 var counts = 3;

 img1 = new Image();

 img1.src = 'http://i65.servimg.com/u/f65/15/65/72/73/articl11.gif';

 img2 = new Image();

 img2.src = 'http://i65.servimg.com/u/f65/15/65/72/73/vroom11.gif';

 img3 = new Image();

 img3.src = 'http://i65.servimg.com/u/f65/15/65/72/73/habbow11.gif';

 

 var smallImg = new Array();

 smallImg[0] = 'http://i65.servimg.com/u/f65/15/65/72/73/test_n10.png';

 smallImg[1] = 'http://i65.servimg.com/u/f65/15/65/72/73/test_n11.png';

 smallImg[2] = 'http://i65.servimg.com/u/f65/15/65/72/73/test_n12.png';


 

 url1 = 'http://it.hitskin.com/cercare-uno-stile/aws-blue-166435.htm';

 url2 = 'http://it.hitskin.com/cercare-uno-stile/orangetheme-158165.htm';

 url3 = 'http://it.hitskin.com/cercare-uno-stile/2010-fifa-contest-soccer-theme-156975.htm';

 
 alt1 = new Image();

 alt1.alt = 'Donalicious';

 alt2 = new Image();

 alt2.alt = 'Rainwod';

 alt3 = new Image();

 alt3.alt = 'Saga Crepúsculo';

 var nn = 1;

 var key = 0;

 function change_img() {

  if (key == 0) {

  key = 1;

  } else if (document.all) {

  document.getElementById("pic").filters[0].Apply();

  document.getElementById("pic").filters[0].Play(duration = 2);

  }

  eval('document.getElementById("pic").src=img' + nn + '.src');

  eval('document.getElementById("url_theme").href=url' + nn);

  eval('document.getElementById("pic").alt=alt' + nn + '.alt');

  if (nn == 1) {

  document.getElementById("url_theme").target = "_blank";

  document.getElementById("url_theme").style.cursor = "pointer";

  } else {

  document.getElementById("url_theme").target = "_blank"

  document.getElementById("url_theme").style.cursor = "pointer"

  }

 

  for ( var i = 1; i <= counts; i++) {

  document.getElementById("xxjdjj" + i).className = 'axx';

  }

  document.getElementById("xxjdjj" + nn).className = 'bxx';

  nn++;

  if (nn > counts) {

  nn = 1;

  }

  tt = setTimeout('change_img()', 7000);

 }

 function changeimg(n) {

  nn = n;

  window.clearInterval(tt);

  change_img();

 }

 function ImageShow() {

  document.write('<div class="picshow_main">');

  document.write('<div><a id="url_theme"><img id="pic" class="imgbig" /></a></div>');

  document.write('<div class="picshow_change">');

  for ( var i = 0; i < counts; i++) {

  document.write('<a href="javascript:changeimg(' + (i + 1)

    + ');" id="xxjdjj' + (i + 1)

    + '" class="axx" target="_self"><img src="' + smallImg[i]

    + '"></a>');

  }

  document.write('</div></div>');

  change_img();

 }

</script>

<script language="javascript" type="text/javascript">

 ImageShow();

</script>
Ecco a lei ù.ù


Ultima modifica di TeoReds il Gio 2 Feb 2012 - 12:25 - modificato 1 volta.

Re: Codice HTML O JS.

Grazie amorino ù_ù LOL <3

Re: Codice HTML O JS.

ma poi quando date i codici per fare queste cose dove si mettono questi codici?

Re: Codice HTML O JS.

c'è sia un po' di css (style ecc...), un po' di javascript e un po' di html

Re: Codice HTML O JS.

kaselli ha scritto:
c'è sia un po' di css (style ecc...), un po' di javascript e un po' di html


Gia [Cit.kaselli]

Re: Codice HTML O JS.

lol

Re: Codice HTML O JS.

Risolto. Chiudo.
Permessi in questa sezione del forum: