Hi
I have a problem which is probably very simple to solve. For example
[HTML]
<div style="width:10 0%;">
<div style="float:le ft;width:100%"> percents</div>
<div style="float:le ft;width:100px; ">fixed</div>
</div>
[/HTML]
what I want to do is to make 2 columns, 1 is set to width of 100px and other one should take width to fill the other part of screen...
I have a problem which is probably very simple to solve. For example
[HTML]
<div style="width:10 0%;">
<div style="float:le ft;width:100%"> percents</div>
<div style="float:le ft;width:100px; ">fixed</div>
</div>
[/HTML]
what I want to do is to make 2 columns, 1 is set to width of 100px and other one should take width to fill the other part of screen...
Comment