cold_fall
Здравствуйте.
вопрос: увидела этом форуме таблицу. долго пыталась вкурить, как они ее сделали, но так и не поняла. Расскажите, чайнику, как подобная таблица называется и как ее сделать? И таблица ли это вообще? Оо"
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js?ver=1.3.2'></script>
<script type="text/javascript" src="http://j-14kcob.narod.ru/Slick.js"></script>
<style type="text/css">
#slideshow {
margin:0 auto;
width:800px;
height:263px;
position:relative;
}
#slideshow #slidesContainer {
margin:0 auto;
width:560px;
height:263px;
overflow:auto;
position:relative;
}
#slideshow #slidesContainer .slide {
margin:0 auto;
width:540px;
height:263px;
}
.control {
display:block;
width:39px;
height:263px;
text-indent:-10000px;
position:absolute;
cursor: pointer;
}
#leftControl {
top:0;
left:0;
background:transparent url(http://sixrevisions.com/demo/slideshow/img/control_left.jpg) no-repeat 0 0;
}
#rightControl {
top:0;
right:0;
background:transparent url(http://sixrevisions.com/demo/slideshow/img/control_right.jpg) no-repeat 0 0;
}
</style>
<div id="slideshow">
<div id="slidesContainer">
<div class="slide">Содержимое 1</div>
<div class="slide">Содержимое 2</div>
<div class="slide">Содержимое 3</div>
<div class="slide">Содержимое 4</div>
</div>
</div>Css я не трогал, настроите сами. Таблицы, надеюсь, тоже сами напишите.

