|
Posted by windandwaves on 06/25/05 13:38
Hi Folk
I am trying to do the following:
<div id="d1" style='width: 215px; height: 117px; float: left;'>
....
</div>
<div id="logo" style='width: ????; height: 117px; float: right;'>
<img src="i/logo.gif" alt="[...]" title="[..]">
</div>
whereby I want ???? to be something so that, at any screen-width, the cell
fills the entire screen.
In a table I would do
....
<TABLE WIDTH="100%">
<TD width="10"></TD>
<TD>..</TD>
</TABLE>
but how do I resolve this with DIVs?
TIA
- Nicolaas
Navigation:
[Reply to this message]
|