Advertisement
Guest User

Untitled

a guest
Sep 9th, 2011
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <title>Test</title>
  5. <style type="text/css">
  6. /* float clearing for IE6 */
  7. * html .clearfix
  8. {
  9. height: 1%; overflow: visible;
  10. }
  11. /* float clearing for IE7 */
  12. *+html .clearfix
  13. {
  14. min-height: 1%;
  15. }
  16. /* float clearing for everyone else */
  17. .clearfix:after
  18. {
  19. clear: both; content: " "; display: block; height: 0; visibility: hidden; font-size: 0;
  20. }
  21. .MainContent
  22. {
  23. margin: 20px;
  24. }
  25. .Middle
  26. {
  27. margin-left: 220px;
  28. }
  29. </style>
  30. </head>
  31. <body>
  32.  
  33. <div class="MainContent clearfix">
  34.  
  35. <div style="width:200px;float:left;">
  36.  
  37. <div style="height:300px;background:blue;"></div>
  38.  
  39. </div>
  40.  
  41. <div class="Middle">
  42.  
  43. <div style="padding:20px;background:red;">
  44.  
  45. <div class="clearfix" style="padding:10px;background:yellow;margin-bottom:20px;">
  46. <div style="float:left;height:20px;width:300px;background:green;"></div>
  47. <div style="float:right;height:20px;width:300px;background:green;"></div>
  48. </div>
  49.  
  50. <table style="border:#000 1px solid;">
  51. <tr>
  52. <td>ioruturiotueorit eiortueriotuoeotigggggggggggggggggggggggggggggggggggggggggggggggggggggggieruter tiouriotueroutoerutiuerteorituero tuioerutioeriotueroutoeruto eroturoetuoerutqe;ruqe; rty80yuto;eqotouyt4uyity 4iltyilytilryterutyertuyertuyert erut uerytierutyerutylerytelryltylert qerytuiertyileqrtyuqet</td>
  53. <td>ioruturiotueorit eiortueriotuoeotiieruter tiouriotueroutoerutiuerteorituero tuioerutioeriotueroutoeruto eroturoeteeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeuoerutqe;ruqe; rty80yuto;eqotouyt4uyity 4iltyilytilryterutyertuyertuyert erut uerytierutyerutylerytelryltylert qerytuiertyileqrtyuqet</td>
  54. <td>ioruturiotueorit eiortueriotuoeotiieruter tiouriotueroutoerutiuerteorituero tuioerutioeriotueroutoeruto eroturoetuoerutqe;ruqe; rty80yuto;eqotouyt4uyity 4iltyilytilryterutyertuyertuyert erut uerytierutyerutylerytelryltylert qerytuiertyileqrtyuqet</td>
  55. </tr>
  56. </table>
  57.  
  58. </div>
  59.  
  60. </div>
  61.  
  62. </div>
  63.  
  64. </body>
  65. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement