Advertisement
Guest User

Untitled

a guest
Jan 13th, 2012
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. HTML:
  2. <div id="contentContainer">
  3. <div id="links">
  4. Profile
  5. <br>
  6. <span class="profSideLinks">
  7. <a style="inline-block" href="">&nbsp;&nbsp;&nbsp;&nbsp;1</a>
  8. <a style="inline-block" href="">&nbsp;&nbsp;&nbsp;&nbsp;2</a>
  9. </span>
  10. <div class="uiHeader uiHeaderTopBorder uiHeaderNav" style="margin-left:-20px"></div>
  11. </div>
  12. <div id="news">
  13. <div id="lastpost"></div>
  14. gfffff
  15. </div>
  16. <div id="userStats">
  17. yutguy
  18. </div>
  19. <div style="clear:both; border-top: 1px solid #eee;text-align:center"><font color="#556782">Footer</font></div>
  20. </div>
  21.  
  22. CSS:
  23.  
  24. #contentContainer {
  25. width:100%;
  26. min-height:100%;
  27. }
  28. #links {
  29. width: 123px; /* LC width */
  30. padding-left:20px;
  31. float:left;
  32. border-right:0.12em solid rgb(229,229,229);
  33. font-family: Comic Sans MS;
  34. color: #027112;
  35. }
  36. #news {
  37. min-height:100%;
  38. width: 470px; /* Center width */
  39. padding-left:10px;
  40. margin-left:-1px;
  41. float:left;
  42. border-left:0.12em solid rgb(229,229,229);
  43. border-right:0.12em solid rgb(229,229,229);
  44. }
  45. #userStats {
  46. background:white;
  47. width: 200px; /* RC width */
  48. padding-left:10px;
  49. margin-left:-1px;
  50. border-left:0.12em solid rgb(229,229,229);
  51. float:left;
  52.  
  53. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement