Hi,
I have four images lined p on a single row. The HTML code is:
<div id="header">
<div class="header_i mage">
<img id="home_logo" src="images/home_logo.gif" alt="" />
</div>
<div class="header_i mage">
<img id="acc_spinnin g_logo" src="images/acc_spinning_lo go.gif"
alt="" />
</div>
<div class="header_i mage">
<img id="acc_logo_en d" src="images/acc_logo_end.gi f" alt="" />
</div>
<div class="header_i mage" id="header_imag e_4">
<img id="title_bar_r ight" src="images/title_bar_right .gif"
alt="" />
</div>
</div>
In my CSS file, I use float:left to ensure they appear on the same
row. My question is, while I want the first three images to appear at
the width they are, I'd like the forth to stretch the rest of the
screen regardless of the screen width. Can this be done sing CSS?
Thanks,
Don
I have four images lined p on a single row. The HTML code is:
<div id="header">
<div class="header_i mage">
<img id="home_logo" src="images/home_logo.gif" alt="" />
</div>
<div class="header_i mage">
<img id="acc_spinnin g_logo" src="images/acc_spinning_lo go.gif"
alt="" />
</div>
<div class="header_i mage">
<img id="acc_logo_en d" src="images/acc_logo_end.gi f" alt="" />
</div>
<div class="header_i mage" id="header_imag e_4">
<img id="title_bar_r ight" src="images/title_bar_right .gif"
alt="" />
</div>
</div>
In my CSS file, I use float:left to ensure they appear on the same
row. My question is, while I want the first three images to appear at
the width they are, I'd like the forth to stretch the rest of the
screen regardless of the screen width. Can this be done sing CSS?
Thanks,
Don
Comment