Header above sponcered links in myspace


/ Published in: CSS
Save to your folder(s)

adds a header to a myspace page right at the top. looks pretty cool.


Copy this code and paste it in your HTML
  1. /* in the CSS */
  2. div.topbanner {
  3. top: 5%;
  4. left: 10%;
  5. margin-left: 20px;
  6. width: 100%;
  7. height: 100px;
  8. position: absolute;
  9. }
  10.  
  11. <!-- in the HTML -->
  12. </style>
  13. <div class="topbanner">
  14. <a href="http://www.someurl.com"><IMG SRC="http://www.someurl.com/somepicture.jpg" border="0"></a>
  15. </div>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.