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/
*****************************************************




Reply via email to