Благодарим за выбор нашего сервиса!
Тестовое сообщение
Страница: 1
Сообщений 1 страница 3 из 3
Поделиться22020-10-12 20:31:36
[shadow=#000]123213[/shadow]
dsfsdfsd
123123
Поделиться32020-10-12 20:33:04
Код:
<script type="text/javascript">
document.addEventListener('DOMContentLoaded', function(){
var quotes = document.querySelectorAll(".quote-box cite");
var codes = document.querySelectorAll(".code-box .legend");
function arrayCiteLine (array) {
for (var i = 0; i < array.length; i++) {
var div = document.createElement("div");
div.classList.add("cite-background");
div.style.width = array[i].offsetWidth + "px";
array[i].before(div);
}
}
arrayCiteLine(quotes);
arrayCiteLine(codes);
});
</script>Страница: 1
















































