MaxRom | Scripturi uCoz Romania

Bannerul tau aici
[ Mesaje noi · Membrii · Regulamentul forumului · RSS ]
  • Pagina 1 din 1
  • 1
Forum » uCoz system » Utilizatori » Inregistrare "plutitoare"
Inregistrare "plutitoare"
Devil Date: Joi, 2011-06-30, 18:10 | Message # 1
Mesaje: 425
Awards: 15
« 29 »

Instalare :

CP ---> Design ---> Design management (templates) ---> pe toate paginile dupa </head> puneti codu :

Code
<?if(!$USER_LOGGED_IN$)?>
    <div id="divTopLeft" class="yorph_txt" style="left: 0px; top: 471px;">
    <p>
    - Nu esti membru  ?
    <a href="/index/3"> Inregistreaza-te !</a>
    </p>
    </div>
    <script type="text/javascript">
    var ns = (navigator.appName.indexOf("Netscape") != -1);
    var d = document;
    function JSFX_FloatDiv(id, sx, sy)
    {
    var el=d.getElementById?d.getElementById(id):d.all?d.all[id]:d.layers[id];
    var px = document.layers ? "" : "px";
    window[id + "_obj"] = el;
    if(d.layers)el.style=el;
    el.cx = el.sx = sx;el.cy = el.sy = sy;
    el.sP=function(x,y){this.style.left=x+px;this.style.top=y+px;};
    el.floatIt=function(){
    var pX, pY;
    pX = (this.sx >= 0) ? 0 : ns ? innerWidth :
    document.documentElement && document.documentElement.clientWidth ?
    document.documentElement.clientWidth : document.body.clientWidth;
    pY = ns ? pageYOffset : document.documentElement && document.documentElement.scrollTop ?
    document.documentElement.scrollTop : document.body.scrollTop;
    if(this.sy<0)
    pY += ns ? innerHeight : document.documentElement && document.documentElement.clientHeight ?
    document.documentElement.clientHeight : document.body.clientHeight;
    this.cx += (pX + this.sx - this.cx)/8;this.cy += (pY + this.sy - this.cy)/8;
    this.sP(this.cx, this.cy);
    setTimeout(this.id + "_obj.floatIt()", 40);
    }
    return el;
    }
    JSFX_FloatDiv("divTopLeft", 0,300).floatIt();
    </script><?endif?>


Iar in css adaugati stilu :

Code
/* == yorph_txt == */
    element.style {left: 0;top: 471px;}
    .yorph_txt {background-color: #FFFFFF;border-radius: 0 10px 10px 0;box-shadow: 0 0 25px #999999;color: #666666;font-size: 12px;padding: 10px 10px 10px 15px;position: absolute;z-index: 99999;}
    body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {margin: 0;}
    /* ===================== */


Sursa: Link

Rezultat :

 
Forum » uCoz system » Utilizatori » Inregistrare "plutitoare"
  • Pagina 1 din 1
  • 1
Căutare: