Ah yes, but the effect that I am going for is to have one image sits
flush left, while the other is flush right... They get closer and closer
as the browser gets smaller.

This works fine until the browser until the browser window gets too
small, which is really only an issue (in this case) if the user has a
small viewport.

There doesn't seem to be any 'nowrap' equiv I guess.

Thanks anyway
James

On Wed, 2004-02-04 at 16:40, Lucian Teo wrote:
> If the page is to be set 100% of the viewport, which is 600px, the 
> combined 800px of the two logos would definitely cause the second to 
> fall below the first logo.  You'll need to encase the two logos in a 
> container that is at least 800px wide for the two to sit side by side.
> 
> Lucian
> 
> 
> On Feb 4, 2004, at 12:28 PM, James Cowperthwaite wrote:
> 
> >
> > Hi all,
> >
> > With two images, one floated left and the right, is there any way to
> > force the page scroll horizontally instead of the right image dropping
> > underneath the left when the width of the browser window becomes less
> > than the combined widths of the images?
> >
> > eg
> > .logo1 {
> >   float:left;
> >   width:400px;
> >   }
> >
> > .logo2 {
> >   float:right;
> >   width: 400px;
> >   }
> >
> > and the browser is, say, only 600px wide? Oh, and the page is set to be
> > 100% wide.
> >
> > Thanks!
> > James
> >
> > *****************************************************
> > The discussion list for http://webstandardsgroup.org/
> > *****************************************************
> >
> >
> >
> 
> *****************************************************
> The discussion list for http://webstandardsgroup.org/
> ***************************************************** 

*****************************************************
The discussion list for http://webstandardsgroup.org/
***************************************************** 

Reply via email to