jquery - How to use "rel" attribute with image map -


I have a jquery popup that runs different popups (DIVs) when clicking on different links. But now I want it to map the image. But it seems that the "rel" feature is not working for the image map, look wired -

Although W3schools say it is ok to use "rel" with image map -

Please help!

rel attribute can only be used if your document type HTML5 , meaning your page for href attributes containing

& lt ;; Doctype html & gt; line This attribute specifies the connection to the target object in the linked object. Value is a comma separated list of relationship values.

Values ​​and their words will be registered by some authority, which may mean the document writer. Default connection, if no other has been given, then is

look for details

In addition, a side note,

Do not trust the web site, nothing to do with it.

Comments

Popular posts from this blog

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -