
October 20th, 2002, 07:31 PM
|
|
Junior Member
|
|
Join Date: Oct 2002
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
Making DIVs acting like a table with CSS
Hi there,
Does anyone know a way to make DIVs act like a table ? I'm trying to make a CSS front page without tables and I need something that will work like that :
Code:
<table border="1">
<tr>
<td>this is left frame</td>
<td>this is right frame</td>
</tr>
</table>
As you see, when the left frame is taller than the right frame, then the right frame extends and both are always the same height. So both are always the same height... I hope you understand !
Anyone know a way to do this ? Thanks a lot !
|