Hello
I have 4 images that live next to each other inside a DIV. When the page
is resized too narrow, the 4 images start to stack on top of each other. Is
there a way for me to specify that these images should never stack, but only
live side by side?
Perhaps another DIV with a fixed width for them to live inside?
----------------S
Els - 28 Oct 2005 07:21 GMT
> Hello
>
[quoted text clipped - 4 lines]
>
> Perhaps another DIV with a fixed width for them to live inside?
Sounds like a working solution.

Signature
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
Gus Richter - 28 Oct 2005 09:12 GMT
>>Hello
>>
[quoted text clipped - 7 lines]
> Sounds like a working solution.
>
I believe he'd get the same result.
S, have you tried overflow:auto; ??

Signature
Gus
Evertjan. - 28 Oct 2005 08:12 GMT
S wrote on 28 okt 2005 in comp.infosystems.www.authoring.stylesheets:
> I have 4 images that live next to each other inside a DIV. When the
> page
[quoted text clipped - 3 lines]
>
> Perhaps another DIV with a fixed width for them to live inside?
same div.
<div style='width:1000px;'>
<img src='..' style='width:240px;'>
<img src='..' style='width:260px;'>
<img src='..' style='width:240px;'>
<img src='..' style='width:259px;'>
</div>

Signature
Evertjan.
The Netherlands.
(Replace all crosses with dots in my emailaddress)
Jim Moe - 28 Oct 2005 09:39 GMT
> I have 4 images that live next to each other inside a DIV. When the page
> is resized too narrow, the 4 images start to stack on top of each other. Is
> there a way for me to specify that these images should never stack, but only
> live side by side?
white-space: nowrap;

Signature
jmm (hyphen) list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)