Advertisement
Guest User

Untitled

a guest
Dec 4th, 2012
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.17 KB | None | 0 0
  1. <html>
  2. <head>
  3.     <title>DesignS&#178;ter</title>
  4. </head>
  5. <style>
  6. html{
  7.     font-family: arial;
  8.     background-color: black;
  9.     background-image:url('debut_dark.png');
  10. }
  11. body{
  12.     margin: 0px;
  13.     padding: 0px;
  14. }
  15.  
  16. img.menu{
  17.     float: left;
  18. }
  19.  
  20. div.menu{
  21.     position: fixed;
  22.     lefts: 0;
  23. }
  24.  
  25. .menu
  26. {
  27.     width:25%;
  28.     height:auto;
  29.     margin-bottom:2px;
  30.     float:right;
  31.     position:fixed;
  32.    
  33. }
  34. .content
  35. {
  36.     width:70%;
  37.     height:50%;
  38.     margin-bottom:2px;
  39.     padding: 25px;
  40.     float:right;
  41.  
  42. }
  43. </style>
  44. <body>
  45. <div class="menu">
  46.  
  47. <br />
  48. <a href="index.html"><img src="home.png" alt="Home" border="0px" margin="0px"/></a>     <br />
  49. <a href="portfolio.html"><img src="work.png" alt="Portfolio" border="0px" margin="0px"/></a>    <br />
  50. <a href="photos.html"><img src="photos.png" alt="Photos" border="0px" margin="0px"/></a>    <br />
  51. <a href="staff.html"><img src="staff.png" alt="Our Staff" border="0px" margin="0px"/></a>   <br />
  52. <a href="about.html"><img src="about.png" alt="About Us" border="0px" margin="0px"/></a>    <br />
  53. <a href="contact.html"><img src="contact.png" alt="Contact Us" border="0px" margin="0px"/></a>  <br />
  54. </div>
  55.  
  56. <div class="content">
  57. <h1>Header</h1>
  58. </div>
  59.  
  60. </body>
  61. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement