Jump to content

LDF

Newbie
  • Posts

    4
  • Joined

  • Last visited

LDF's Achievements

Explorer

Explorer (1/14)

0

Reputation

  1. <html> <head> <title>Типа инфо</title> <link rel="stylesheet" href="style.css" type="text/css" charset="utf-8"/> //стиль таблицы <style> #test{ display:none; position:absolute; left:0px; top:0px; z-index:999; height:100%; width:100%; background: url(1х1.png); } table.info{ position:absolute; left:25%; right:25%; top:25%; bottom:75%; } </style> <script type="text/javascript"> // с флагом function switchVisibility(obj) { obj = typeof obj == 'string' ? document.getElementById(obj) : obj; if (!obj.flag) { obj.flag = true; obj.style.display = 'none'; } else { obj.flag = false; obj.style.display = ''; } } </script> </haed> <body> <b onclick="switchVisibility('test');">Типа рис</b><br /> <br /> <div id="test"> <table align="center" class="info"> <tr> <td> тут текст </td> <td align="right" valign="top"> <a onclick="switchVisibility('test');" title="Закрыть"><img src="cross1.png"></a> </td> <tr> </table> </div> </body> </html>
  2. #test{ display:none; } Скрыл. Теперь он ваше не появляется.
  3. читал про нее, а вот: с что это и с чем его едят?
  4. Подскажите как сделать "наложение" одного изображения на другое. При чем наложени(как слоев)не мало. Есть(в черчежах) "слой" задний., средний(он как раз статичен) и внешних окола 4. Для чего все это? для бра.. и так все слои с самого последнего(ну первое в списке будет закрыватся последним в списке): Слой."волосы1" Слой."основа" Слой."волосы2" Слой."глаза" Слой."лицо" Слой."эмоция" Слой."одежда" Слой."брюки,шорты" Слой."носки" Слой."обувь" Слой."верххняя одежда" Слой."перчатки" Слой."аксесуары" наверное уже догадались для чего.
×
×
  • 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