czesc, mam pytanie odnośnie efektu onMouseOver, chce go umieścic w pliku index.php
bowiem mam takie coś:
<a href="http://www.estaloca.pl/dmtex/index.php/kontakt"><img width="51" height="51" alt="" src="<?php echo $document->baseurl ?>/templates/<?php echo $document->template; ?>/images/mail.png" class=""></a>
dodaje taką oto składnie po width i height
onMouseOver='this.src="/images/fb.png"' onMouseOut='this.src="/images/cart.png
i niestety nic nie działa.
Gdzie popełniam błąd i jak powinno to wyglądać prawidłowo?