Mam problem poniewaz nie dziala mi funkcja usemap pod firefoxem.
Oto tresc includowanego pliku naglowek.php
Kod
<?php
// sprawdzenie czy zmienna $add_site istnieje
if(!$add_site) exit;
?>
<img src="gfx/top.jpg" usemap="#map" border="0" />
<map id="map">
<area shape="rect" coords="86,232,172,253" alt=""
href="index.php" />
<area shape="rect" coords="171,232,257,253" alt=""
href="index.php?go=10" />
<area shape="rect" coords="258,232,374,253" alt=""
href="index.php?go=9" />
<area shape="rect" coords="374,232,468,253" alt=""
href="index.php?go=11" />
<area shape="rect" coords="469,232,517,253" alt=""
href="index.php?go=12" />
<area shape="rect" coords="521,232,578,253" alt=""
href="index.php?go=13" />
<area shape="rect" coords="654,233,688,253" alt=""
href="index.php" />
<area shape="rect" coords="716,233,750,253" alt=""
href="uk/index.php" />
<area shape="rect" coords="683,232,717,253" alt=""
href="de/index.php" />
</map>
// sprawdzenie czy zmienna $add_site istnieje
if(!$add_site) exit;
?>
<img src="gfx/top.jpg" usemap="#map" border="0" />
<map id="map">
<area shape="rect" coords="86,232,172,253" alt=""
href="index.php" />
<area shape="rect" coords="171,232,257,253" alt=""
href="index.php?go=10" />
<area shape="rect" coords="258,232,374,253" alt=""
href="index.php?go=9" />
<area shape="rect" coords="374,232,468,253" alt=""
href="index.php?go=11" />
<area shape="rect" coords="469,232,517,253" alt=""
href="index.php?go=12" />
<area shape="rect" coords="521,232,578,253" alt=""
href="index.php?go=13" />
<area shape="rect" coords="654,233,688,253" alt=""
href="index.php" />
<area shape="rect" coords="716,233,750,253" alt=""
href="uk/index.php" />
<area shape="rect" coords="683,232,717,253" alt=""
href="de/index.php" />
</map>
Wszystko jest w pozadku pod IE ale pod Firefoxem nie dziala.
Bardzo prosze o pomoc, z gory wielkie dzieki.
Pozdrawiam