• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Hướng dẫn tạo quảng cáo chạy dọc 2 bên forum vbb

Admin

Well-Known Member
Staff member
Administrator
Demo hình ảnh:

post đoạn code này vào footer or hader nhé
HTML:
<!-- ******************************************************** --><div id="divTopLeft" style="position:absolute">
<!-- Start - put your content here --->
<a href="http://tuoitreit.vn" target="_blank"><img src="http://ni3.upanh.com/b2.s3.d2/00f5c415cc595cdc846d900ab0f8c95d_40933263.buidoi.png" border="0" height="300" width="80" /></a>
<!-- End   - put your content here --->
</div>
 
<div id="divTopRight" style="position:absolute">
<!-- Start - put your content here --->
<a href="http://tuoitreit.vn" target="_blank"><img src="http://ni3.upanh.com/b2.s3.d2/00f5c415cc595cdc846d900ab0f8c95d_40933263.buidoi.png" border="0" height="300" width="80" /></a>
<!-- End   - put your content here --->
</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,30).floatIt();
JSFX_FloatDiv("divTopRight", -95,30).floatIt();
</script>
<!-- ********************************************************* -->
Chúc các bạn thành công
 

Facebook Comments

Similar threads

New posts New threads New resources

Back
Top