Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / HTML, CSS, Scripts / CSS / October 2005



Tip: Looking for answers? Try searching our database.

A row of images

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
S - 28 Oct 2005 05:24 GMT
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)

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.