Image map: Difference between revisions

Content deleted Content added
fixed typos
Tags: Reverted possibly inaccurate edit summary section blanking
Reverted 1 edit by 170.63.67.132 (talk): Rv unexplained blanking
Line 36:
</map>
</syntaxhighlight>
 
===CSS===
A more modern approach is to overlay links on an image using [[CSS]] absolute positioning; however, this only supports rectangular clickable areas. This CSS technique may be suitable for making an image map work properly on [[iPhones]], which can fail to rescale pure HTML image maps correctly.
 
==Creation and use==