<!----> <b>сука</b>
11
Сообщений 1 страница 10 из 14
Поделиться12014-05-30 19:16:45
Поделиться22014-05-30 19:18:31
<!----> <b>суки</b>
Поделиться32014-05-31 12:55:31
[quote][/quote] <b>sa</b>
Поделиться52014-06-10 12:05:03
<!----> <iframe src="http://www.360cities.net/embed_iframe/mars-panorama-curiosity-solar-day-177" width="100%" height="615" frameborder="0" bgcolor="#000000" target="_blank"></iframe>
Поделиться62014-06-14 11:16:42
<script>
if (confirm("Сказать [table][tr][td]ячейка 1[/td][td]ячейка 2[/td][td]ячейка 3[/td][td]ячейка 4[/td][td]ячейка 5[/td][td]?")) {alert("[table][tr][td]ячейка 1[/td][td]ячейка 2[/td][td]ячейка 3[/td][td]ячейка 4[/td][td]ячейка 5[/td][td]!")}
else
{alert("Вы нажали кнопку отмена")}
</script>
Поделиться72014-06-14 11:17:26
<script>
if (confirm("Сказать [table][tr][td]ячейка 1[/td][td]ячейка 2[/td][td]ячейка 3[/td][td]ячейка 4[/td][td]ячейка 5[/td][td]?")) {
alert("[table][tr][td]ячейка 1[/td][td]ячейка 2[/td][td]ячейка 3[/td][td]ячейка 4[/td][td]ячейка 5[/td][td]!")
} else {
alert("Вы нажали кнопку отмена")
}
</script>
bbn
Поделиться92014-06-14 11:20:40
<style> .mytt {background:red; width:100%; height: 100%;}</style><div class="mytt">сука</div>
Поделиться102014-06-14 11:50:22
<style>
.korpus > div, .korpus > input { display: none; }
.korpus label { padding: 5px; border: 1px solid #aaa; line-height: 28px; cursor: pointer; position: relative; bottom: 1px; background: #fff; }
.korpus input[type="radio"]:checked + label { border-bottom: 2px solid #fff; }
.korpus > input:nth-of-type(1):checked ~ div:nth-of-type(1),
.korpus > input:nth-of-type(2):checked ~ div:nth-of-type(2),
.korpus > input:nth-of-type(3):checked ~ div:nth-of-type(3) { display: block; padding: 5px; border: 1px solid #aaa; }
</style>
<div class="korpus">
<input type="radio" name="odin" checked="checked" id="vkl1"/><label for="vkl1">Слайд 1</label><input type="radio" name="odin" id="vkl2"/><label for="vkl2">Слайд 2</label><input type="radio" name="odin" id="vkl3"/><label for="vkl3">Слайд 3</label>
<div>первая вкладка</div>
<div>вторая вкладка</div>
<div>третья вкладка</div>
</div>