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