Jump to content

Zontik24

Neophyte
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Zontik24

  1. Нужна помощь! Хочу сделать так, чтобы div при наведении заменяется div-ом c контентом. например вот: картинка фотошоп 200х200, когда на нее наводишь, то появляется описание программы и ссылка скачать на сером фоне тоже 200х200. Буду благодарен за помощь! Над проблемой бьюсь уже 2 дня вот код: <style> .content { visibility: hidden; } .content { background-color: gray; color: white; height: 200px; width: 200px; margin-top: -200px; } .b { background-image: url(images/phs.jpg); width: 200px; height: 200px; } .b:hover + .content { visibility: visible; } </style> </head> <body> <div class="b"></div> <div class="content"> text text text text text</div>
×
×
  • 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