A little CSS help needed.

Soldato
Joined
15 Feb 2003
Posts
10,130
Location
Europe
I'm playing around with CSS and some league tables.

My plan is to create a three column page with the league tables in the right hand column.

With only the right column in place the tables work fine and are styled.

Now when I add:

#left{
float: left;
width: 20%;
margin: 0px;
padding: 0px;
background-color: #DCE7EF;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;

to create the left column, all of a sudden the tables are not styled anymore.

Why is this?

The files can be found here: CSS
tables
 
Back
Top Bottom