Login   Register  
PHP Classes
elePHPant
Icontem

File: my.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of STANIMIR  >  User CSS Table  >  my.css  >  Download  
File: my.css
Role: Auxiliary data
Content type: text/plain
Description: style
Class: User CSS Table
Output tables from files without using table tags
Author: By
Last change: FireFox suport
Date: 2005-07-14 06:02
Size: 393 bytes
 

Contents

Class file image Download
.table1{
float: left;
display: block;
border-width: 1px;
border-style: solid;
}

.table1bezleft{
float: left;
display: block;
border-width: 1px;
border-left-width: 0px;
border-style: solid;
}

.tbtopline {
clear: left;
padding: 0 5px 0 10px;
border-top-width: 1px;
border-top-style: solid;
}

.tbbeztopline {
padding: 0 5px 0 10px;
clear: left;
display: table-cell;
}