Not seeing the square links with javascript disabled

For the umpteenth time, you need to learn and use the correct terminology to describe what you mean. Otherwise, your topics will continue to get bogged down in confusion and misunderstanding.

One div after another (sibling relationship):

<div class="first"></div>
<div class="second"></div>

One div nested inside another (parent/child relationship):

<div class="first">
   <div class="second">
   </div>
</div>

Class name active/activated placement - #26 by TechnoBear

1 Like