Advertisement
Guest User

Untitled

a guest
Feb 2nd, 2014
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 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. <link type="text/css" rel="stylesheet" href="../estilos/jquery.dropdown.css">
  12. <script type="text/javascript" src="../estilos/jquery.dropdown.js"></script>
  13.  
  14. </head>
  15. <body style='margin: 0px;'>
  16. <center>
  17. <div id='cabeca' style="margin: 0px; background:#0a0a08; margin-bottom: 10px; width: 98%; height: 36px;">
  18.  
  19. <div style='padding-top: 8px; text-align: left'><font size="2px"> GeoCalc </font>
  20.  
  21.  
  22.  
  23. <img src="./imagens/reg.png" align="right"> <img src="./imagens/barra.png" align="right">
  24.  
  25.  
  26. <a href="#" data-dropdown="#dropdown-1"><img src="./imagens/log.png" align="right"></a>
  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.  
  40. </div>
  41. </div>
  42.  
  43. <div id='body' style='width: 75%; height: 93%'>
  44. <div id='logo' style="margin-bottom: 15px; height: 20%;">
  45.  
  46. <img src="./imagens/cabeca.png">
  47.  
  48. </div>
  49. <div id='menu' style="margin-bottom: 20px; height: 7%;">
  50.  
  51. <div id='cssmenu'>
  52. <ul>
  53. <li ><a href='index.html'><span>Home</span></a></li>
  54. <li ><a href='#'><span>Produto</span></a></li>
  55. <li><a href='#'><span>Como instalar ?</span></a></li>
  56. <li><a href='#'><span>Duvidas</span></a></li>
  57. <li class='last'><a href='#'><span>Contactos</span></a></li>
  58. </ul>
  59. </div>
  60.  
  61. </div>
  62. <div id='conteudo' style=" height: 65%; background:blue">
  63.  
  64. hdfhdfh
  65.  
  66. </div>
  67. </div>
  68. </center>
  69. </body>
  70. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement