Responsiv-Tabelle Editor

  • Was verstehst Du unter Responsivtabelle? Mir fällt spontan nur der BBCode Tabelle ein.





    Gruß norse

    Zugang zu meinen Arbeiten und dem dazugehörigen Support bekommt Ihr bei Interesse hier.

  • Also ich habe folgendes im CSS gefunden:


    CSS
    @media screen and (max-width: 800px) {
    .responsiveTable {display: block;}
    .responsiveTable thead, .responsiveTable tbody, .responsiveTable th, .responsiveTable td, .responsiveTable tr {display: block;}
    .responsiveTable thead tr {display: none;}
    .responsiveTable tr {border: 1px solid #cccccc;border-top-width: 0;}
    .responsiveTable tr:last-child {border-bottom-width: 0;}
    .responsiveTable td {text-align: left !important;max-width: none !important;width: auto !important;}
    }


    Dort müsstest Du ansetzen, wenn Du etwas überschreiben möchtest.





    Gruß norse

    Zugang zu meinen Arbeiten und dem dazugehörigen Support bekommt Ihr bei Interesse hier.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!