ThaiSEOBoard.com

พัฒนาเว็บไซต์ => Programming => ข้อความที่เริ่มโดย: top14149 ที่ 23 พฤศจิกายน 2019, 21:09:55



หัวข้อ: รบกวนขอสคิป โฆษณาด้านข้างฝั่งซ้าย แบบลอยเลื่อนตาม Scroll
เริ่มหัวข้อโดย: top14149 ที่ 23 พฤศจิกายน 2019, 21:09:55
มีใครมี Script โฆษณา แบบ ด้านข้างฝั่งซ้าย บ้างครับ แบบตามเว็บดูหนังออนไลน์นะครับ

ที่ตัวแบนเนอร์ไม่ขยับแต่ล็อกตัวไว้ด้านล่างสุด ตัวอย่างแบบในเว้บ movie2uhd ครับ

ใครมี Script แบบนี้บ้างครับ สำหรับ Wordpress


หัวข้อ: Re: รบกวนขอสคิป โฆษณาด้านข้างฝั่งซ้าย แบบลอยเลื่อนตาม Scroll
เริ่มหัวข้อโดย: Johnwick888 ที่ 24 พฤศจิกายน 2019, 12:35:33
เสิชปลั๊กอิน wp มีเยอะแยะ


หัวข้อ: Re: รบกวนขอสคิป โฆษณาด้านข้างฝั่งซ้าย แบบลอยเลื่อนตาม Scroll
เริ่มหัวข้อโดย: FastandSure ที่ 24 พฤศจิกายน 2019, 14:26:15
ค้นหา อัปเดต เองเลย มีเพียบ
scrolling script html
scroll script


หัวข้อ: Re: รบกวนขอสคิป โฆษณาด้านข้างฝั่งซ้าย แบบลอยเลื่อนตาม Scroll
เริ่มหัวข้อโดย: BOS ที่ 24 พฤศจิกายน 2019, 17:11:04
ก็ใช้แค่ css position fixed ง่ายๆเลยนะครับ ไม่ต้องใช้ script อะไรเลย (ถ้าจะทำเอง แบบไม่ใช้plugin)


หัวข้อ: Re: รบกวนขอสคิป โฆษณาด้านข้างฝั่งซ้าย แบบลอยเลื่อนตาม Scroll
เริ่มหัวข้อโดย: Twenty-One ที่ 24 พฤศจิกายน 2019, 18:49:40
อย่าใช้ plugin​ เลยครับมีตัวอย่างเยอะในเน็ต


หัวข้อ: Re: รบกวนขอสคิป โฆษณาด้านข้างฝั่งซ้าย แบบลอยเลื่อนตาม Scroll
เริ่มหัวข้อโดย: BOS ที่ 25 พฤศจิกายน 2019, 03:02:16
โค๊ด:


หัวข้อ: Re: รบกวนขอสคิป โฆษณาด้านข้างฝั่งซ้าย แบบลอยเลื่อนตาม Scroll
เริ่มหัวข้อโดย: deepzero ที่ 11 มกราคม 2020, 02:25:34
โค๊ด:
<style>
button {
background: transparent;
border: 0px solid transparent;
width: 100%;
cursor: pointer;
z-index: 9997;
outline: 0;
padding: 0px;
</style>
<!---->
<script>
function myFunctionl() {
$("#myDIVl").hide();
$("#plusl").hide();
$("#mystylel").hide();
$("#closel").hide();
}
</script>
<div class="_desktop" aria-hidden="false">
<div style="z-index:100;bottom: 70px;position: fixed;left: 10px;/* width: 20%; */">
<div style="display: block;width: 158px;height: 260px;">
<meta name="viewport" content="width=device-width, initial-scale=1">
<button onclick="myFunctionl()"><span id="plusl" style=" float: left; ">×</span></button>
<div id="myDIVl">
<a href="#" tabindex="0"><img src="/images/-300x500.jpg" border="0" style="width: 100%;" scale="0"></a>
</div>
</div>
</div>
</div>
ตามนี้เลยครับ ลองดูครับ โค้ดนี้ผมใช้อยู่ครับ


หัวข้อ: Re: รบกวนขอสคิป โฆษณาด้านข้างฝั่งซ้าย แบบลอยเลื่อนตาม Scroll
เริ่มหัวข้อโดย: My rocket ที่ 12 มกราคม 2020, 01:11:46
โค๊ด:
<style>
button {
background: transparent;
border: 0px solid transparent;
width: 100%;
cursor: pointer;
z-index: 9997;
outline: 0;
padding: 0px;
</style>
<!---->
<script>
function myFunctionl() {
$("#myDIVl").hide();
$("#plusl").hide();
$("#mystylel").hide();
$("#closel").hide();
}
</script>
<div class="_desktop" aria-hidden="false">
<div style="z-index:100;bottom: 70px;position: fixed;left: 10px;/* width: 20%; */">
<div style="display: block;width: 158px;height: 260px;">
<meta name="viewport" content="width=device-width, initial-scale=1">
<button onclick="myFunctionl()"><span id="plusl" style=" float: left; ">×</span></button>
<div id="myDIVl">
<a href="#" tabindex="0"><img src="/images/-300x500.jpg" border="0" style="width: 100%;" scale="0"></a>
</div>
</div>
</div>
</div>
ตามนี้เลยครับ ลองดูครับ โค้ดนี้ผมใช้อยู่ครับ


หัวข้อ: Re: รบกวนขอสคิป โฆษณาด้านข้างฝั่งซ้าย แบบลอยเลื่อนตาม Scroll
เริ่มหัวข้อโดย: kamchun777 ที่ 12 มกราคม 2020, 06:27:36
มีประโยชน์ สำหรับเว็บไซต์โฆษณามาก


หัวข้อ: Re: รบกวนขอสคิป โฆษณาด้านข้างฝั่งซ้าย แบบลอยเลื่อนตาม Scroll
เริ่มหัวข้อโดย: mobsiw ที่ 12 มกราคม 2020, 06:52:13
ขอบคุณครับ  :wanwan017: