How to overlay one div over another div
- by tonsils
Hi,
Hoping someone can assist but I need assistance with overlaying one individual div over another individual div, i.e. my code looks like this:
<div class="navi"></div>
<div id="infoi"><img src="info_icon2.png" height="20" width="32"/></div>
Unfortunately I cannot nest the infoi div or img inside the first div…