Jump to content

miisha

Neophyte
  • Posts

    2
  • Joined

  • Last visited

Everything posted by miisha

  1. Не хочу php. Потому что я слишком много хочу выучить а тут ещё php. Можно с помощью js это выполнить?
  2. Помогите пожалуйста. Панель отображается под текстом, хотя написана выше него. Иллюстрация проблемы: http://94.19.106.128/test/donate.html. cat donate.html <!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <link type="text/css" rel="stylesheet" href="style/style_i.css"/> <style> body { background: url(donate-5.gif); } </style> </head> <body> <link rel="import" href="object/import_panel.html"> <div id="content"> <p>Подкинь монетку<br> <b>MONERO </b>46W3ckYoCvxB5Wh1k9U8M9WhoGFDjxtqNKXZ3Nta3s7dKe5SV8ZcFDh1nfB2mgkZm5MYoTUrfj aQUAGUJNig3sANLxxGzfC<br> <b>BITCOIN </b>1GAbrYmngM871kxPec4GWanX9uevCwnPjK</p> </div> </body> </html> cat object/import_panel.html <div id="panel"> <ul> <li><a href="index.html">Home</a></li> <li><a disable href="#" id="disable">Forum</a></li> <li><a disable href="#" id="disable">Torrent</a></li> <li><a href="donate.html">Donate</a></li> </ul> </div> <script> var link = document.querySelector('link[rel=import]'); var content = link.import.querySelector('#panel'); document.body.appendChild(content.cloneNode(true)); </script>
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy