Blogroll
Search

Layout

Table to div css conversion

Thursday, July 31st, 2008

Are you looking for the table to div and css conversion tool and you have spent a lot of time in finding such tools. Then I will suggest you, don’t waste your time and manually code your websites in div and css.
Actually tables and divs are two different things and there are very few similarities […]

Create equal height columns using CSS

Friday, March 21st, 2008

Here I am going to explain you the steps to create equal height columns without using image.
1. First of all you need to create a container and two columns inside the container. Here is the code:
<div id=”container”>
<div class=”leftcol”>This is column 1</div>
<div class=”rightcol”>This is column 2</div>
</div>
____________________________________________
Now make overflow of container hidden in style sheet