first sorry my english XD
flowing code
HTML Code:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <style type = "text/css"> <!-- * { margin:0px; padding:0px; font-size:16px; font-family:Tahoma,sans-serif; overflow:hidden; cursor:default; } table { border:1px solid #000; border-collapse:collapse; } --> </style> </head> <body> <div style="position:absolute; left:10px; top:10px;"> <table border=1> <thead> <tr> <th>id</th> <th>name</th> <th>class</th> </tr> </thead> <tbody> <tr> <td>1</td> <td>sdf</td> <td>1-4</td> </tr> <tr> <td>2</td> <td>sldou</td> <td>2-4</td> </tr> </tbody> </table> </div> </body> </html>
edit the css to flowing code, chrome & safari like and other.
HTML Code:<style type="text/css"> * { margin:0px; padding:0px; font-size:16px; font-family:Tahoma,sans-serif; cursor:default; } table { border:1px solid #000; border-collapse:collapse; } </style>


LinkBack URL
About LinkBacks




Reply With Quote
