eGospodarka.pl
eGospodarka.pl poleca

eGospodarka.plGrupypl.comp.www › Przełamywanie na kolumny na przeglądarce Firefox jak na przeglądarkach Opera, Internet Explorer i Chrome.
Ilość wypowiedzi w tym wątku: 8

  • 1. Data: 2018-09-20 00:01:15
    Temat: Przełamywanie na kolumny na przeglądarce Firefox jak na przeglądarkach Opera, Internet Explorer i Chrome.
    Od: Mirosław Makowiecki <m...@g...com>

    Mamy oto sobie kod poniżej, po wrzuceniu na przeglądarkę Firefox, pierwsza część kodu
    pod <strong>tekst pierwszy:</strong><BR> przełamuje na kolumny cały tekst, a druga
    część kodu pod <BR><strong>tekst drugi:</strong><BR> nie przełamuje na kolumny
    tekstu, a na przeglądarce Opera, Internet Explorer i Chrome oba teksty są
    przełamywane na kolumny. Pytanie jak zrobić, by tekst pod <BR><strong>tekst
    drugi:</strong><BR> się przełamywał na kolumny na przeglądarce Firefox jak na
    przeglądarkach Opera, Internet Explorer i Chrome.

    <!DOCTYPE HTML>
    <html>
    <body>
    <strong>tekst pierwszy:</strong><BR>
    <div style="width:100px;height:100px;column-width:100px;c
    olumn-rule-color:black;column-rule-style:solid;colum
    n-rule-width:1px;column-count:1;column-fill:auto;-mo
    z-column-width:100px;-moz-column-rule-color:black;-m
    oz-column-rule-style:solid;-moz-column-rule-width:1p
    x;-moz-column-count:1;-moz-column-fill:auto;-webkit-
    column-width:100px;-webkit-column-rule-color:black;-
    webkit-column-rule-style:solid;-webkit-column-rule-w
    idth:1px;-webkit-column-count:1;-webkit-column-fill:
    auto;">
    Mamy oto sobie tekst. Mamy oto sobie tekst. Mamy oto sobie tekst. Mamy oto
    sobie tekst. Mamy oto sobie tekst. Mamy oto sobie tekst. Mamy oto sobie tekst. Mamy
    oto sobie tekst.
    </div>
    <BR><strong>tekst drugi:</strong><BR>
    <div style="width:100px;height:100px;column-width:100px;c
    olumn-rule-color:black;column-rule-style:solid;colum
    n-rule-width:1px;column-count:1;column-fill:auto;-mo
    z-column-width:100px;-moz-column-rule-color:black;-m
    oz-column-rule-style:solid;-moz-column-rule-width:1p
    x;-moz-column-count:1;-moz-column-fill:auto;">
    <table><TR><TD>
    Mamy oto sobie tekst. Mamy oto sobie tekst. Mamy oto sobie tekst. Mamy oto sobie
    tekst. Mamy oto sobie tekst. Mamy oto sobie tekst. Mamy oto sobie tekst. Mamy oto
    sobie tekst.
    </TD></TR></table>
    </div>
    </body>
    </html>


  • 2. Data: 2018-09-20 15:00:12
    Temat: Re: Przełamywanie na kolumny na przeglądarce Firefox jak na przeglądarkach Opera, Internet Explorer i Chrome.
    Od: Mirosław Makowiecki <m...@g...com>

    Jak to nie ma tekstu jak jest pod <BR><strong>tekst drugi:</strong><BR> w komórce
    tabeli.
    <BR><strong>tekst drugi:</strong><BR>
    <div style="width:100px;height:100px;column-width:100px;c
    olumn-rule-color:black;column-rule-style:solid;colum
    n-rule-width:1px;column-count:1;column-fill:auto;-mo
    z-column-width:100px;-moz-column-rule-color:black;-m
    oz-column-rule-style:solid;-moz-column-rule-width:1p
    x;-moz-column-count:1;-moz-column-fill:auto;">
    <table><TR><TD>
    Mamy oto sobie tekst. Mamy oto sobie tekst. Mamy oto sobie tekst. Mamy oto sobie
    tekst. Mamy oto sobie tekst. Mamy oto sobie tekst. Mamy oto sobie tekst. Mamy oto
    sobie tekst. <---------------------------[o właśnie tutaj]
    </TD></TR></table>
    </div>


  • 3. Data: 2018-09-20 17:28:47
    Temat: Re: Przełamywanie na kolumny na przeglądarce Firefox jak na przeglądarkach Opera, Internet Explorer i Chrome.
    Od: Tomek <s...@w...xx.pl>

    W dniu 20.09.2018 o 15:00, Mirosław Makowiecki pisze:
    > Jak to nie ma tekstu jak jest pod <BR><strong>tekst drugi:</strong><BR> w komórce
    tabeli.
    > <BR><strong>tekst drugi:</strong><BR>
    > <div style="width:100px;height:100px;column-width:100px;c
    olumn-rule-color:black;column-rule-style:solid;colum
    n-rule-width:1px;column-count:1;column-fill:auto;-mo
    z-column-width:100px;-moz-column-rule-color:black;-m
    oz-column-rule-style:solid;-moz-column-rule-width:1p
    x;-moz-column-count:1;-moz-column-fill:auto;">
    > <table><TR><TD>
    > Mamy oto sobie tekst. Mamy oto sobie tekst. Mamy oto sobie tekst. Mamy oto
    sobie tekst. Mamy oto sobie tekst. Mamy oto sobie tekst. Mamy oto sobie tekst. Mamy
    oto sobie tekst. <---------------------------[o właśnie tutaj]
    > </TD></TR></table>
    > </div>
    >

    W DIV masz JEDEN element czy <table>. To niby jak ma być podzielony na
    kilka części?
    Wstaw tego DIVa do TD to ci podzieli.

    Wyobraź sobie, że tekst to miękki sznurek a TD to pudełko.
    Sznurek można zginać a pudełko nie.
    Jak wsadzisz sznurek do pudełka to go nie zegniesz od zewnątrz.


  • 4. Data: 2018-09-20 19:30:59
    Temat: Re: Przełamywanie na kolumny na przeglądarce Firefox jak na przeglądarkach Opera, Internet Explorer i Chrome.
    Od: Mirosław Makowiecki <m...@g...com>

    Czy oto chodzi:


    <!DOCTYPE HTML>
    <html>
    <body>
    <strong>tekst pierwszy:</strong><BR>
    <div style="width:100px;height:100px;column-width:100px;c
    olumn-rule-color:black;column-rule-style:solid;colum
    n-rule-width:1px;column-count:1;column-fill:auto;-mo
    z-column-width:100px;-moz-column-rule-color:black;-m
    oz-column-rule-style:solid;-moz-column-rule-width:1p
    x;-moz-column-count:1;-moz-column-fill:auto;-webkit-
    column-width:100px;-webkit-column-rule-color:black;-
    webkit-column-rule-style:solid;-webkit-column-rule-w
    idth:1px;-webkit-column-count:1;-webkit-column-fill:
    auto;">
    Mamy oto sobie tekst. Mamy oto sobie tekst. Mamy oto sobie tekst. Mamy oto sobie
    tekst. Mamy oto sobie tekst. Mamy oto sobie tekst. Mamy oto sobie tekst. Mamy oto
    sobie tekst.
    </div>
    <BR><strong>tekst drugi:</strong><BR>
    <table><TR><TD>
    <div style="width:100px;height:100px;column-width:100px;c
    olumn-rule-color:black;column-rule-style:solid;colum
    n-rule-width:1px;column-count:1;column-fill:auto;-mo
    z-column-width:100px;-moz-column-rule-color:black;-m
    oz-column-rule-style:solid;-moz-column-rule-width:1p
    x;-moz-column-count:1;-moz-column-fill:auto;display:
    run-in;">
    Mamy oto sobie tekst. Mamy oto sobie tekst. Mamy oto sobie tekst. Mamy oto sobie
    tekst. Mamy oto sobie tekst. Mamy oto sobie tekst. Mamy oto sobie tekst. Mamy oto
    sobie tekst.
    </div></TD></TR></TABLE>
    </div>
    </body>
    </html>


  • 5. Data: 2018-09-20 19:32:18
    Temat: Re: Przełamywanie na kolumny na przeglądarce Firefox jak na przeglądarkach Opera, Internet Explorer i Chrome.
    Od: Mirosław Makowiecki <m...@g...com>

    Czy oto chodzi:

    <!DOCTYPE HTML>
    <html>
    <body>
    <strong>tekst pierwszy:</strong><BR>
    <div style="width:100px;height:100px;column-width:100px;c
    olumn-rule-color:black;column-rule-style:solid;colum
    n-rule-width:1px;column-count:1;column-fill:auto;-mo
    z-column-width:100px;-moz-column-rule-color:black;-m
    oz-column-rule-style:solid;-moz-column-rule-width:1p
    x;-moz-column-count:1;-moz-column-fill:auto;-webkit-
    column-width:100px;-webkit-column-rule-color:black;-
    webkit-column-rule-style:solid;-webkit-column-rule-w
    idth:1px;-webkit-column-count:1;-webkit-column-fill:
    auto;">
    Mamy oto sobie tekst. Mamy oto sobie tekst. Mamy oto sobie tekst. Mamy oto sobie
    tekst. Mamy oto sobie tekst. Mamy oto sobie tekst. Mamy oto sobie tekst. Mamy oto
    sobie tekst.
    </div>
    <BR><strong>tekst drugi:</strong><BR>
    <table><TR><TD>
    <div style="width:100px;height:100px;column-width:100px;c
    olumn-rule-color:black;column-rule-style:solid;colum
    n-rule-width:1px;column-count:1;column-fill:auto;-mo
    z-column-width:100px;-moz-column-rule-color:black;-m
    oz-column-rule-style:solid;-moz-column-rule-width:1p
    x;-moz-column-count:1;-moz-column-fill:auto;display:
    run-in;">
    Mamy oto sobie tekst. Mamy oto sobie tekst. Mamy oto sobie tekst. Mamy oto sobie
    tekst. Mamy oto sobie tekst. Mamy oto sobie tekst. Mamy oto sobie tekst. Mamy oto
    sobie tekst.
    </div></TD></TR></TABLE>
    </div>
    </body>
    </html>


  • 6. Data: 2018-09-20 19:34:08
    Temat: Re: Przełamywanie na kolumny na przeglądarce Firefox jak na przeglądarkach Opera, Internet Explorer i Chrome.
    Od: Mirosław Makowiecki <m...@g...com>

    Czy oto chodzi:

    <!DOCTYPE HTML>
    <html>
    <body>
    <strong>tekst pierwszy:</strong><BR>
    <div style="width:100px;height:100px;column-width:100px;c
    olumn-rule-color:black;column-rule-style:solid;colum
    n-rule-width:1px;column-count:1;column-fill:auto;-mo
    z-column-width:100px;-moz-column-rule-color:black;-m
    oz-column-rule-style:solid;-moz-column-rule-width:1p
    x;-moz-column-count:1;-moz-column-fill:auto;-webkit-
    column-width:100px;-webkit-column-rule-color:black;-
    webkit-column-rule-style:solid;-webkit-column-rule-w
    idth:1px;-webkit-column-count:1;-webkit-column-fill:
    auto;">
    Mamy oto sobie tekst. Mamy oto sobie tekst. Mamy oto sobie tekst. Mamy oto sobie
    tekst. Mamy oto sobie tekst. Mamy oto sobie tekst. Mamy oto sobie tekst. Mamy oto
    sobie tekst.
    </div>
    <BR><strong>tekst drugi:</strong><BR>
    <table><TR><TD>
    <div style="width:100px;height:100px;column-width:100px;c
    olumn-rule-color:black;column-rule-style:solid;colum
    n-rule-width:1px;column-count:1;column-fill:auto;-mo
    z-column-width:100px;-moz-column-rule-color:black;-m
    oz-column-rule-style:solid;-moz-column-rule-width:1p
    x;-moz-column-count:1;-moz-column-fill:auto;display:
    run-in;">
    Mamy oto sobie tekst. Mamy oto sobie tekst. Mamy oto sobie tekst. Mamy oto sobie
    tekst. Mamy oto sobie tekst. Mamy oto sobie tekst. Mamy oto sobie tekst. Mamy oto
    sobie tekst.
    </div></TD></TR></TABLE>
    </div>
    </body>
    </html>


  • 7. Data: 2018-09-20 19:51:03
    Temat: Re: Przełamywanie na kolumny na przeglądarce Firefox jak na przeglądarkach Opera, Internet Explorer i Chrome.
    Od: Mirosław Makowiecki <m...@g...com>

    Czy oto chodzi:


    <!DOCTYPE HTML>
    <html>
    <body>
    <strong>tekst pierwszy:</strong><BR>
    <div style="width:100px;height:100px;column-width:100px;c
    olumn-rule-color:black;column-rule-style:solid;colum
    n-rule-width:1px;column-count:1;column-fill:auto;-mo
    z-column-width:100px;-moz-column-rule-color:black;-m
    oz-column-rule-style:solid;-moz-column-rule-width:1p
    x;-moz-column-count:1;-moz-column-fill:auto;-webkit-
    column-width:100px;-webkit-column-rule-color:black;-
    webkit-column-rule-style:solid;-webkit-column-rule-w
    idth:1px;-webkit-column-count:1;-webkit-column-fill:
    auto;">
    Mamy oto sobie tekst. Mamy oto sobie tekst. Mamy oto sobie tekst. Mamy oto
    sobie tekst. Mamy oto sobie tekst. Mamy oto sobie tekst. Mamy oto sobie tekst. Mamy
    oto sobie tekst.
    </div>
    <BR><strong>tekst drugi:</strong><BR>
    <table><TR><TD>
    <div style="width:100px;height:100px;column-width:100px;c
    olumn-rule-color:black;column-rule-style:solid;colum
    n-rule-width:1px;column-count:1;column-fill:auto;-mo
    z-column-width:100px;-moz-column-rule-color:black;-m
    oz-column-rule-style:solid;-moz-column-rule-width:1p
    x;-moz-column-count:1;-moz-column-fill:auto;">
    Mamy oto sobie tekst. Mamy oto sobie tekst. Mamy oto sobie tekst. Mamy oto sobie
    tekst. Mamy oto sobie tekst. Mamy oto sobie tekst. Mamy oto sobie tekst. Mamy oto
    sobie tekst.
    </div></TD></TR></TABLE>
    </div>
    </body>
    </html>


  • 8. Data: 2018-09-20 21:50:33
    Temat: Re: Przełamywanie na kolumny na przeglądarce Firefox jak na przeglądarkach Opera, Internet Explorer i Chrome.
    Od: Mirosław Makowiecki <m...@g...com>

    Czy oto chodzi:


    <!DOCTYPE HTML>
    <html>
    <body>
    <strong>tekst pierwszy:</strong><BR>
    <div style="width:100px;height:100px;column-width:100px;c
    olumn-rule-color:black;column-rule-style:solid;colum
    n-rule-width:1px;column-count:1;column-fill:auto;-mo
    z-column-width:100px;-moz-column-rule-color:black;-m
    oz-column-rule-style:solid;-moz-column-rule-width:1p
    x;-moz-column-count:1;-moz-column-fill:auto;-webkit-
    column-width:100px;-webkit-column-rule-color:black;-
    webkit-column-rule-style:solid;-webkit-column-rule-w
    idth:1px;-webkit-column-count:1;-webkit-column-fill:
    auto;">
    Mamy oto sobie tekst. Mamy oto sobie tekst. Mamy oto sobie tekst. Mamy oto
    sobie tekst. Mamy oto sobie tekst. Mamy oto sobie tekst. Mamy oto sobie tekst. Mamy
    oto sobie tekst.
    </div>
    <BR><strong>tekst drugi:</strong><BR>
    <table><TR><TD>
    <div style="width:100px;height:100px;column-width:100px;c
    olumn-rule-color:black;column-rule-style:solid;colum
    n-rule-width:1px;column-count:1;column-fill:auto;-mo
    z-column-width:100px;-moz-column-rule-color:black;-m
    oz-column-rule-style:solid;-moz-column-rule-width:1p
    x;-moz-column-count:1;-moz-column-fill:auto;">
    Mamy oto sobie tekst. Mamy oto sobie tekst. Mamy oto sobie tekst. Mamy oto sobie
    tekst. Mamy oto sobie tekst. Mamy oto sobie tekst. Mamy oto sobie tekst. Mamy oto
    sobie tekst.
    </div></TD></TR></TABLE>
    </body>
    </html>

strony : [ 1 ]


Szukaj w grupach

Szukaj w grupach

Eksperci egospodarka.pl

1 1 1

Wpisz nazwę miasta, dla którego chcesz znaleźć jednostkę ZUS.

Wzory dokumentów

Bezpłatne wzory dokumentów i formularzy.
Wyszukaj i pobierz za darmo: