<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>Untitled Document</title><style>#banner{ border:0px solid #000; display: none; position: fixed; bottom: 0px; right: 0px; z-index: 9998;}</style></head><body><a id="banner" href="https://www.codebee.co.th/labs/วิธีทำ-banner-ให้เว็บไซต์/"><img src="700x252.jpg" ></img></a><script>$(document).ready(function(e) { $(window).scroll(function() { if($(window).scrollTop() <= 10){ $("#banner").hide("fast"); }else{ $("#banner").show("fast"); } }); }); </script></body></html>