Bonjour, j'aimerais empêcher mes images (en vert sur la page d'expemple) d'aller à la ligne quand on resize son navigateur . Autrement dit je voudrais qu'elles soient toutes allignées et que le visiteur doive scroller horizontalement. Merci
http://www.viciousart.com/test/vertical_images_page.htm
http://www.viciousart.com/test/vertical_images_page.htm
body {
font-family: "Courier New", courier, mono;
font-size: 10pt;
color:#FFFFFF;
background: black;
margin:0;
padding:0;
text-align:left;
}
#Externe {
background-image: url(layout/col_796.gif);
position: absolute;
top: 50%;
width: 100%; height: 796px;
margin-top: -398px ;
padding-left: 10px;
}
#Interne {
position: relative;
top: 98px;
height: 600px;
}
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<head>
<link href="vertical_images_page.css" rel="stylesheet" type="text/css">
<title>
TEST TEST TEST
</title>
</head>
<body>
<DIV id="Externe">
<DIV id="Interne">
<img src="photos/001.jpg">
<img src="photos/001.jpg">
<img src="photos/001.jpg">
<img src="photos/001.jpg">
<img src="photos/001.jpg">
<img src="photos/001.jpg">
<img src="photos/001.jpg">
</DIV>
</DIV>
</body>
</html>