donishere
Programmer
- May 7, 2002
- 101
I'm trying to get a table of two columns using CSS. My solution works in IE but not in Firefox...
I used two float left's. Isn't that correct?
thanks
Code:
<div style="float: left; width: 40%; padding-right: 10px;">
blah first column
</div>
<div style="float: left; width: 40%; padding-left: 10px;">
blah second column
</div>
I used two float left's. Isn't that correct?
thanks