hỏi về quảng cáo bên phải

Thảo luận trong 'Style & Template Questions' bắt đầu bởi trandang, 3/1/13.

1votes
5/5, 1 vote

  1. trandang

    trandang New Member

    Bài viết:
    6
    Likes :
    0
    làm thế nào để có quảng cáo bên phải. giúp với
     
    Đang tải...
  2. xuanthucit

    xuanthucit Member

    Bài viết:
    168
    Likes :
    19
    Có phải cái này không bạn http://www.vzooz.com phải thì code của em nó đây:

    PHP:
    <!--Quang cao POPUP Goc Phai -->
     
            <
    script type="text/javascript">
            
    //Alert MsgAd
            
    clicksor_enable_MsgAlert true;
            
    //default pop-under house ad url
            
    clicksor_enable_pop trueclicksor_frequencyCap 0.1;
            
    durl '';
            
    //default banner house ad url
            
    clicksor_default_url '';
            
    clicksor_banner_border '#000f30'clicksor_banner_ad_bg '#FFFFFF';
            
    clicksor_banner_link_color '#0c15ff'clicksor_banner_text_color '#da0041';
            
    clicksor_banner_image_banner trueclicksor_banner_text_banner true;
            
    clicksor_layer_border_color '';
            
    clicksor_layer_ad_bg ''clicksor_layer_ad_link_color '';
            
    clicksor_layer_ad_text_color ''clicksor_text_link_bg '';
            
    clicksor_text_link_color '#0c59ff'clicksor_enable_text_link true;
            
    clicksor_enable_VideoAd true;
            
    </script>
            <style type="text/css">
            * html div#fl813691 {position: absolute; overflow:hidden;
            top:expression(eval(document.compatMode &&
            document.compatMode=='CSS1Compat') ?
            documentElement.scrollTop
            +(documentElement.clientHeight-this.clientHeight)
            : document.body.scrollTop
            +(document.body.clientHeight-this.clientHeight));}
            #fl813691{font: 12px Arial, Helvetica, sans-serif; color:#666; position:fixed; _position: absolute; right:0; bottom:0; height:150px; }
         
            #coh963846{color:#690;display:block; height:20px; line-height:20px; font-size:11px; width:290px;}
            #coh963846 a{color:#690;text-decoration:none;}
            #coc67178{float:right; padding:0; margin:0; list-style:none; overflow:hidden; height:15px;}
                        #coc67178 li{display:inline;}
                        #coc67178 li a{background-image:url(http://nhatnghe.com/forum/laivt_img/button.gif); background-repeat:no-repeat; width:30px; height:0; padding-top:15px; overflow:hidden; float:left;}
                            #coc67178 li a.close{background-position: 0 0;}
                            #coc67178 li a.close:hover{background-position: 0 -15px;}
                            #coc67178 li a.min{background-position: -30px 0;}
                            #coc67178 li a.min:hover{background-position: -30px -15px;}
                            #coc67178 li a.max{background-position: -60px 0;}
                            #coc67178 li a.max:hover{background-position: -60px -15px;}
         
            </style>
            <div style="height: 212px;" id="fl813691">
                <div id="eb951855">
                <div id="cob263512">
         
                    <div id="coh963846">
                        <ul id="coc67178">
                            <li id="pf204652hide"><a class="min" href="javascript:pf204652clickhide();" title="Ẩn đi">Ẩn</a></li>
     
                            <li id="pf204652show" style="display: none;"><a class="max" href="javascript:pf204652clickshow();" title="Hiện lại">Xem </a></li>
                            <li id="pf204652close"><a class="close" href="javascript:pf204652clickclose();" title="Đóng lại">Đóng</a></li>
                        </ul>
             
                  </div>
         
                    <div id="co453569">
         
                        <!--- Ads by SinhVienIT.Net --->
                        <a href="http://www.bansieure.net" target="_blank"><img src="http://www.bansieure.net/Upload/004443/MTIvMTQvMjAxMiAyOjAxOjAzIFBN.png" border="0" width="300" height="237"> </a>
     
                        <!--- Ads by SinhVienIT.Net --->
                 
                 
                    </div>
                </div></div></div>
            <script>
            pf204652bottomLayer = document.getElementById('fl813691');
            var pf204652IntervalId = 0;
            var pf204652maxHeight = 255;//Chieu cao khung quang cao
            var pf204652minHeight = 20;
            var pf204652curHeight = 0;
            function pf204652show( ){
              pf204652curHeight += 2;
              if (pf204652curHeight > pf204652maxHeight){
                clearInterval ( pf204652IntervalId );
              }
              pf204652bottomLayer.style.height = pf204652curHeight+'px';
            }
            function pf204652hide( ){
              pf204652curHeight -= 3;
              if (pf204652curHeight < pf204652minHeight){
                clearInterval ( pf204652IntervalId );
              }
              pf204652bottomLayer.style.height = pf204652curHeight+'px';
            }
            pf204652IntervalId = setInterval ( 'pf204652show()', 5 );
            function pf204652clickhide(){
                document.getElementById('pf204652hide').style.display='none';
                document.getElementById('pf204652show').style.display='inline';
                pf204652IntervalId = setInterval ( 'pf204652hide()', 5 );
            }
            function pf204652clickshow(){
                document.getElementById('pf204652hide').style.display='inline';
                document.getElementById('pf204652show').style.display='none';
                pf204652IntervalId = setInterval ( 'pf204652show()', 5 );
            }
            function pf204652clickclose(){
                document.body.style.marginBottom = '0px';
                pf204652bottomLayer.style.display = 'none';
            }
            </script>
    <!-- Quang cao POPUP Goc Phai -->
     
    sonhatq and thapnien9x like this.
  3. ANIS1a

    ANIS1a Member

    Bài viết:
    146
    Likes :
    23
    ==> Phải như thế này không bác
    [​IMG]
     

    Các file đính kèm:

  4. trandang

    trandang New Member

    Bài viết:
    6
    Likes :
    0
    đúng rồi
     
  5. trandang

    trandang New Member

    Bài viết:
    6
    Likes :
    0
    cảm ơn nhiều
     
  6. ANIS1a

    ANIS1a Member

    Bài viết:
    146
    Likes :
    23
    ==> vậy là cái nào ak?
     
  7. duythanh666

    duythanh666 Member

    Bài viết:
    88
    Likes :
    14
    Cái đó giống sidebar mà :D
     
  8. xuanthucit

    xuanthucit Member

    Bài viết:
    168
    Likes :
    19
    Cái mình post code lên đó bạn, mình thì gọi là Popup Quảng Cáo Góc Phải, có chổ thì gọi là Float ...
     
    thapnien9x thích bài này.
  9. xuandan22

    xuandan22 Member

    Bài viết:
    629
    Likes :
    47
    vãi bác thức
     
  10. xeonline

    xeonline New Member

    Bài viết:
    5
    Likes :
    2
    chèn vào đâu ~??? thế các Bác
     
  11. xuanthucit

    xuanthucit Member

    Bài viết:
    168
    Likes :
    19
    Chèn Footer cũng được bác à, nó là mã html với javascript mà.
     
  12. xuandan22

    xuandan22 Member

    Bài viết:
    629
    Likes :
    47
  13. xuanthucit

    xuanthucit Member

    Bài viết:
    168
    Likes :
    19
    Góc phải chú ơi!
     
  14. xuandan22

    xuandan22 Member

    Bài viết:
    629
    Likes :
    47
    góc bên phải à ,bác cho em với :)
     
  15. xuanthucit

    xuanthucit Member

    Bài viết:
    168
    Likes :
    19
    Code có ở trên topic này rồi mà!
     
  16. phamhuudu

    phamhuudu Verified User

    Bài viết:
    1,749
    Likes :
    727
    Đặt cái topic hỏi đáp kiểu này mà các bác cũng tận tình support zữ :)
     
  17. xuanthucit

    xuanthucit Member

    Bài viết:
    168
    Likes :
    19
    Vì cộng đồng mà lị
     
  18. xuandan22

    xuandan22 Member

    Bài viết:
    629
    Likes :
    47
    hjhjh,em chèn bị lỗi rùi :( đâu có hiển thị đâu,
     
  19. sonhatq

    sonhatq Member

    Bài viết:
    157
    Likes :
    5
    bạn share code quảng cao BÊN PHẢI nhé ( không phải quảng cao phần pop up góc phải)
    thanks bạn
     
  20. bachtoe

    bachtoe New Member

    Bài viết:
    33
    Likes :
    0
comments powered by Disqus

Chia sẻ trang này

Đang tải...