Сообщение от Skipp
|
Не пробовали?
|
Ты сам-то пробовал?
<!DOCTYPE html>
<html>
<head>
<!--
<script src="http://code.jquery.com/jquery-latest.js"></script>
<link rel="stylesheet" type="text/css" href="tmp.css" />
-->
<style type="text/css">
#container {
display: inline;
white-space: nowrap;
}
#container > div {
width: 400px;
heigth: 30px;
border: 1px solid;
}
</style>
<script type="text/javascript">
</script>
</head>
<body>
<div id='container'>
<div>1</div>
<div>2</div>
<div>3</div>
<div>4</div>
<div>5</div>
</div>
</body>
</html>