Advertisement
Guest User

Untitled

a guest
Feb 2nd, 2014
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <link href="./estilos/div.css" rel="stylesheet" media="screen">
  5. <title>GeoCalc</title>
  6.  
  7. <meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
  8. <meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1' />
  9. <link rel='stylesheet' type='text/css' href='./menu/styles.css' />
  10.  
  11. <script src="//cdn.jsdelivr.net/jquery/1.8.3/jquery-1.8.3.min.js">
  12.  
  13. <link type="text/css" rel="stylesheet" href="../estilos/jquery.dropdown.css">
  14. <script type="text/javascript" src="../estilos/jquery.dropdown.js"></script>
  15.  
  16. </head>
  17. <body style='margin: 0px;'>
  18. <center>
  19. <div id='cabeca' style="margin: 0px; background:#0a0a08; margin-bottom: 10px; width: 98%; height: 36px;">
  20.  
  21. <div style='padding-top: 8px; text-align: left'><font size="2px"> GeoCalc </font>
  22.  
  23.  
  24.  
  25. <img src="./imagens/reg.png" align="right"> <img src="./imagens/barra.png" align="right">
  26.  
  27.  
  28. <div id="dropdown-1" class="dropdown dropdown-tip">
  29. <div class="dropdown-panel">
  30. <!--Coloquei como exemplo um pequeno formulário-->
  31. <form>
  32. Utilizador: <input type="text" name="firstname">
  33. <br>
  34. Password: <input type="text" name="lastname">
  35. </form>
  36. </div>
  37. </div>
  38.  
  39. <a href="#" data-dropdown="#dropdown-1"><img src="./imagens/log.png" align="right"></a>
  40.  
  41. </div>
  42. </div>
  43.  
  44. <div id='body' style='width: 75%; height: 93%'>
  45. <div id='logo' style="margin-bottom: 15px; height: 20%;">
  46.  
  47. <img src="./imagens/cabeca.png">
  48.  
  49. </div>
  50. <div id='menu' style="margin-bottom: 20px; height: 7%;">
  51.  
  52. <div id='cssmenu'>
  53. <ul>
  54. <li ><a href='index.html'><span>Home</span></a></li>
  55. <li ><a href='#'><span>Produto</span></a></li>
  56. <li><a href='#'><span>Como instalar ?</span></a></li>
  57. <li><a href='#'><span>Duvidas</span></a></li>
  58. <li class='last'><a href='#'><span>Contactos</span></a></li>
  59. </ul>
  60. </div>
  61.  
  62. </div>
  63. <div id='conteudo' style=" height: 65%; background:blue">
  64.  
  65. hdfhdfh
  66.  
  67. </div>
  68. </div>
  69. </center>
  70. </body>
  71. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement