Table style with css

Table style with css

How to build a table with css.

CSS Code

div#content {
   width: 466px;
   height: auto;
   padding: 0px;
   overflow: hidden;
} 
 
div.column_left {
   width: 110px;
   float: left;
   padding: 0px 0px 15px 0px;
}
 
div.column_right {
   text-align: justify;
   width: 312px;
   float: right;
   padding: 2px 22px 15px 0px;
}


HTML Code

<html>
 <body>
  <div id="content">
   <div class="column_left"></div>
   <div class="column_right"></div>
  </div>
 </body>
</html>

Publication details

Category: CSS

Published by: loryzz on date: 08.03.2008 13:09:38

Last edit by: loryzz on date: 02.04.2008 16:54:26

Statistics

Details  This article has been viewed 2.789 times.

Send to

add to digg add to reddit add to furl add to facebook add to delicious add to google add to stumbleupon add to technorati add to ask add to live

Ratings

  • Currently 0; ?>/ TOTALSTARS
  • 1
  • 2
  • 3
  • 4
  • 5

Comments

Details 0 user comments, 0 still waiting.

Leave a comment

All comments must be approved by site administrator.
Please write comments on topic. Spam will be never approved.


Confirmation code

Please take a look to image and insert character into the form field.