Login   Register  
PHP Classes
elePHPant
Icontem

File: estilo.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Afrosio Sadie  >  Rounded Border Table Generator  >  estilo.css  >  Download  
File: estilo.css
Role: Auxiliary data
Content type: text/plain
Description: estilo
Class: Rounded Border Table Generator
Generate tables with rounder borders
Author: By
Last change: Fixed to work with firefox
Date: 2008-01-30 07:52
Size: 1,110 bytes
 

Contents

Class file image Download
/* Estilos
@Author: Afrosio Sadie

Add styles to you project

<link href='css/estilo.css' rel='stylesheet' type='text/css'>


*/
td.bordtopleft
{
background-image: url('i/top_left_conner.jpg'); 
height:16px;
width: 16px;
background-repeat:no-repeat;
}

td.bordbottomleft
{
background-image: url('i/bottom_left_conner.jpg'); 
height:16px;
width: 16px;
background-repeat:no-repeat;
}

td.bordtopcenter
{
background-image: url('i/top1.jpg'); 
height:16px;
background-repeat:repeat-x;
}

td.bordbottomcenter
{
background-image: url('i/bottom1.jpg'); 
height:16px;
background-repeat:repeat-x;
}

td.bordleftop
{
background-image: url('i/top_right_conner.jpg'); 
height:16px;
width: 16px;
background-repeat:no-repeat;
}

td.bordrightbottom
{
background-image: url('i/bottom_right_conner.jpg'); 
height:16px;
width: 16px;
background-repeat:no-repeat;
}

td.bordright
{
background-image: url('i/right1.jpg'); 
width: 16px;
background-repeat:repeat-y;
}

td.bordleft
{
background-image: url('i/left1.jpg'); 
width: 16px;
background-repeat:repeat-y;
}