ตัวอย่างเว็บไซต์ที่ติดเรียบร้อย
http://www.pakka.in.th/

โค๊ดที่ผมนำมาปรับแก้ให้ใช้งานได้สะดวกยิ่งขึ้น (ติดหลักแท๊ก <Body>)
จะสามารถใช้งานได้เมื่อโหลดรูปจากต้นฉบับด้วยนะครับ
http://nuuneoi.com/blog/blog.php?read_id=884
<style type="text/css">
<!--
.black-ribbon {
position: fixed;
z-index: 9999;
width: 70px;
}
@media only all and (min-width: 768px) {
.black-ribbon {
width: auto;
}
}
.stick-left { left: 0; }
.stick-right { right: 0; }
.stick-top { top: 0; }
.stick-bottom { bottom: 0; }
-->
</style>
<!-- Top Left -->
<img src="/black_ribbon_top_left.png" class="black-ribbon stick-top stick-left"/>
<!-- Top Right -->
<img src="/black_ribbon_top_right.png" class="black-ribbon stick-top stick-right"/>
<!-- Bottom Left -->
<img src="/black_ribbon_bottom_left.png" class="black-ribbon stick-bottom stick-left"/>
<!-- Bottom Right -->
<img src="/black_ribbon_bottom_right.png" class="black-ribbon stick-bottom stick-right"/>
ขอบคุณครับ