Код |
---|
<html> <head> <style type="text/css"> body { background:url(http://bitrixtemplates.ru/images/top_bg_1.gif); } #table-transparent { background:white; left:35%; top:0; opacity:0.7; filter:alpha(opacity=70); -moz-opacity:0.70; position:absolute; z-index:100; width: 400px; height:200px; } </style> </head> <body> <table id="table-transparent"> <tr> <td>Text</td> </tr> </table> </body> </html> |