PHP Classes

File: renderTable.css

Recommend this page to a friend!
  Classes of Martin Barker   Render Table   renderTable.css   Download  
File: renderTable.css
Role: Auxiliary data
Content type: text/plain
Description: Basic CSS
Class: Render Table
Render HTML tables using list elements
Author: By
Last change: set a min and max constraints width of columns
Date: 9 years ago
Size: 405 bytes
 

Contents

Class file image Download
ul.table { padding: 0; margin: 0; list-style: none; } ul.table li.row { clear: both; list-style: none; margin: 0; padding: 0; } ul.table li.row ul { margin: 0; padding: 0; list-style: none; } ul.table li.row ul li { float: left; list-style: none; margin-left: 5px; margin-right: 5px; min-width:25px; max-width:300px; }