PHP Classes

File: sticky_test.html

Recommend this page to a friend!
  Classes of Free Ment   PHP Live Chat Browser   sticky_test.html   Download  
File: sticky_test.html
Role: Auxiliary data
Content type: text/plain
Description: HTML page
Class: PHP Live Chat Browser
Live chat with users of the same or another site
Author: By
Last change:
Date: 1 year ago
Size: 667 bytes
 

Contents

Class file image Download
<html> <head> <title></title> <style> #fraction { position: fixed; bottom: 0; border: 10px solid green; } </style> <body> aaa <br /><br /><br /><br /><br /><br /><br /><br /> bbb <br /><br /><br /><br /><br /><br /><br /><br /> ccc <br /><br /><br /><br /><br /><br /><br /><br /> ddd <br /><br /><br /><br /><br /><br /><br /><br /> eee <br /><br /><br /><br /><br /><br /><br /><br /> fff <br /><br /><br /><br /><br /><br /><br /><br /> ggg <br /><br /><br /><br /><br /><br /><br /><br /> hhh <br /><br /><br /><br /><br /><br /><br /><br /> iii <br /><br /><br /><br /><br /><br /><br /><br /> <div id="fraction"></div> </body> </html>