Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>EGE</title>
  4. <style type="text/css">
  5. .blok1 {position: relative; cursor:pointer; display: inline-block;}
  6. .blok1 img + img {position:absolute; left: 0; top:0; z-index:100; display: none;}
  7. .blok1:hover img + img {display: block;}
  8. </style>
  9.  
  10.  
  11. </head>
  12. <body>
  13. <table border="0" width="100%" height="100%">
  14. <tr width="100%" height="10%">
  15.  
  16. <td width="5%" height="10%">
  17. <div class="blok1">
  18. <img height="60" width="40" src="https://i.ibb.co/5cnYcgp/egesrc.jpg"/><img height="600" width="500"src="https://i.ibb.co/5cnYcgp/egesrc.jpg"/></div>
  19. </td>
  20.  
  21. <td width="95%" height="10%">
  22. <p font-size="14pt" >Двойной лист. <br>
  23. На первой странице фамилия, имя, класс, № варианта, таблица с ответами. <br>На 2-4 страницах решения 24-27 задач</p>
  24. </td>
  25. </tr>
  26.  
  27. <tr width="100%" height="80%">
  28. <td width="100%" height="80%" colspan="2" >
  29. <iframe src="https://clck.ru/FPdMv" width="100%" height="100%" align="center">
  30. Ваш браузер не поддерживает плавающие фреймы!
  31. </iframe>
  32. </td>
  33. </tr>
  34. </table>
  35. </body>
  36. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement