vorlage Breiter machen

Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

  • Dein CSS Code ist folgender

    Quellcode

    1. #wrapper {
    2. margin: 0 auto;
    3. width: 922px;
    4. }
    5. #faux {
    6. background: url(faux-4-2-col.gif);
    7. margin-bottom: 0px;
    8. overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
    9. width: 100%
    10. }
    11. #header {
    12. color: #333;
    13. width: 902px;
    14. padding: 10px;
    15. height: 100px;
    16. margin: 10px 0px 0px 0px;
    17. background: #D1DBDB;
    18. }
    19. #navigation {
    20. color: #333;
    21. padding: 10px;
    22. margin: 0px 0px 0px 0px;
    23. background: #ABBEBE;
    24. }
    25. #rightcolumn {
    26. display: inline;
    27. color: #333;
    28. margin: 10px;
    29. padding: 0px;
    30. width: 195px;
    31. float: right;
    32. }
    33. #leftcolumn {
    34. float: left;
    35. color: #333;
    36. margin: 10px;
    37. padding: 0px;
    38. width: 683px;
    39. display: inline;
    40. position: relative;
    41. }
    42. #footer {
    43. width: 902px;
    44. clear: both;
    45. color: #333;
    46. background: #ABBEBE;
    47. margin: 0px 0px 10px 0px;
    48. padding: 10px;
    49. }
    50. .clear { clear: both; background: none; }
    Alles anzeigen


    Naja, du musst die Gesamtbreite erhöhen und natürlich die rightcolumn und leftcolumn anpassen (je nachdem was breiter werden soll)