<style> .ribbon_top_left { position: fixed; z-index: 100; left: 0; top: 0; } </style> <!-- บนซ้าย --> <img src="images/ribbon_top_left.png" class="ribbon_top_left">
<style> .ribbon_top_right { position: fixed; z-index: 100; right: 0; top: 0; } </style> <!-- บนขวา --> <img src="images/ribbon_top_right.png" class="ribbon_top_right">
<style> .ribbon_bottom_left { position: fixed; z-index: 100; left: 0; bottom: 0; } </style> <!-- ล่างซ้าย --> <img src="images/ribbon_bottom_left.png" class="ribbon_bottom_left">
<style> .ribbon_bottom_right { position: fixed; z-index: 100; right: 0; bottom: 0; } </style> <!-- ล่างขวา --> <img src="images/ribbon_bottom_right.png" class="ribbon_bottom_right">
<html> <head> <title>Your Website Title</title> </head> <style> .ribbon_top_left { position: fixed; z-index: 100; left: 0; top: 0; } .ribbon_top_right { position: fixed; z-index: 100; right: 0; top: 0; } .ribbon_bottom_left { position: fixed; z-index: 100; left: 0; bottom: 0; } .ribbon_bottom_right { position: fixed; z-index: 100; right: 0; bottom: 0; } </style> <body> <!-- บนซ้าย --> <img src="images/ribbon_top_left.png" class="ribbon_top_left"> <!-- บนขวา --> <img src="images/ribbon_top_right.png" class="ribbon_top_right"> <!-- ล่างซ้าย --> <img src="images/ribbon_bottom_left.png" class="ribbon_bottom_left"> <!-- ล่างขวา --> <img src="images/ribbon_bottom_right.png" class="ribbon_bottom_right"> </body> </html>