<< |
>>
#6622 Dodano: 30-01-2013 22:08. Głosów: 44
For example, while h2 + p selects a single <p> tag that immediately follows
a <h2> tag, h2 ~ p selects all <p> tags that are siblings (that is, on the same level)
of the h2.
>> To be honest, you may never find a good use for this selector, but CSS is
nothing if not thorough. <<
Oreilly CSS3 The Missing Manual
<< |
>>
a <h2> tag, h2 ~ p selects all <p> tags that are siblings (that is, on the same level)
of the h2.
>> To be honest, you may never find a good use for this selector, but CSS is
nothing if not thorough. <<
Oreilly CSS3 The Missing Manual