Hi Hung,
Thanks God, problem is solved, it was not about cash because I have tested it on 4 browsers, it did not worked
The problem was : joomla html editor removes mapping code
For example: this the code
<img src=”planets.gif” width=”145″ height=”126″ alt=”Planets” usemap=”#planetmap” />
<map name=”planetmap”>
<area shape=”rect” coords=”0,0,82,126″ href=”sun.htm” alt=”Sun” />
<area shape=”circle” coords=”90,58,3″ href=”mercur.htm” alt=”Mercury” />
</map>
The editor removes usemap=”#planetmap” automaticity that’s why the image does not have any link
The solution is
•just turn off your text editor (user manager, set editor to “no editor” for yourself)
• edit the article, paste the html into it, and save
• your html will be safe. remember to turn your editor back on after.
• then, you forget to set your editor to “no editor” next time you edit that article and save it, erasing your code again 🙂
Thank you