Autor Zpráva
andynewcastleth
Profil
Toto mi fungovalo dobře:

.box:nth-of-type(odd){ margin-right: 10px  }

<div>
    <div class="box"><div>a</div></div>
    <div class="box"><div>a</div></div>
    <div class="box"><div>a</div></div>
    <div class="box"><div>a</div></div>
</div>

Nyní jsem to ale obalil odkazy a jsem bezradný jak upravit CSS selektor?:

.box:nth-of-type(odd){ margin-right: 10px  }

<div>
    <a href=""><div class="box"><div>a</div></div></a>
    <a href=""><div class="box"><div>a</div></div></a>
    <a href=""><div class="box"><div>a</div></div></a>
    <a href=""><div class="box"><div>a</div></div></a>
</div>
RastyAmateur
Profil
andynewcastleth:
a:nth-of-type(odd) .box{ margin-right: 10px  }
andynewcastleth
Profil
RastyAmateur:
Díky, funguje!

Vaše odpověď

Mohlo by se hodit


Prosím používejte diakritiku a interpunkci.

Ochrana proti spamu. Napište prosím číslo dvě-sta čtyřicet-sedm:

0