Problem z grafiką
Napisane: 14 września 2007, o 13:48
Witam. Mam problem z grafiką na stronie www. Chciałem zrobić efekt podmiany grafiki + mape odsyłaczy(z tej samej grafiki). Z podmianą grafiki wszystko jest w porządku dopóki z tej grafiki nie ma mapy odsyłaczy. Kiedy odsyłacz działa poprawnie to nie ma efektu podmiany grafiki. Problem ten występuje mi w przeglądarce mozilla firefox natomiast w IE jest wszystko wporządku
<img onmouseover="if(document.images) this.src='grafika/menu/start1.jpg'"
onmouseout="if(document.images) this.src='grafika/menu/start.jpg'"
height="38" alt="" hspace="40" src="grafika/menu/start.jpg" width="151" usemap="start">
<map name="start">
<area shape="RECT" coords="0,0,0,0" href="start.html">
<area shape="RECT" target="right" coords="0,0,151,38" href="start.html">
</map>
Proszę o pomoc.
<img onmouseover="if(document.images) this.src='grafika/menu/start1.jpg'"
onmouseout="if(document.images) this.src='grafika/menu/start.jpg'"
height="38" alt="" hspace="40" src="grafika/menu/start.jpg" width="151" usemap="start">
<map name="start">
<area shape="RECT" coords="0,0,0,0" href="start.html">
<area shape="RECT" target="right" coords="0,0,151,38" href="start.html">
</map>
Proszę o pomoc.