Mam taki kod:
Kod
<div style="float: left"><a href="http:ble.ble" target="_blank">
<img src="http://www.obrazek.png" onmouseover="document.getElementById('dymek').style.display = ''" onmouseout="document.getElementById('dymek').style.display = 'none'">
<div id="dymek" style="position: absolute; top: -20px; left: 12%; display: none"><img src="http://www.obrazek2.png"></div></div>
<div style="float: left"><a href="http:ble.ble" target="_blank">
<img src="http://www.obrazek1.png" onmouseover="document.getElementById('dymek').style.display = ''" onmouseout="document.getElementById('dymek').style.display = 'none'">
<div id="dymek" style="position: absolute; top: -20px; left: 12%; display: none"><img src="http://www.obrazek3.png"></div></div>
<img src="http://www.obrazek.png" onmouseover="document.getElementById('dymek').style.display = ''" onmouseout="document.getElementById('dymek').style.display = 'none'">
<div id="dymek" style="position: absolute; top: -20px; left: 12%; display: none"><img src="http://www.obrazek2.png"></div></div>
<div style="float: left"><a href="http:ble.ble" target="_blank">
<img src="http://www.obrazek1.png" onmouseover="document.getElementById('dymek').style.display = ''" onmouseout="document.getElementById('dymek').style.display = 'none'">
<div id="dymek" style="position: absolute; top: -20px; left: 12%; display: none"><img src="http://www.obrazek3.png"></div></div>
Chciałbym całości przypisać absolute, ale nie bardzo wiem jak, bo maja tą definicje dymki... Jak zamknąć to wszystko w całość i dać absolute, tak aby nie kolidowało to z komendami dymków? Bardzo proszę o pomoc.