dleewms1
Forum Replies Created
Viewing 1 replies (of 1 total)
-
Forum: Themes and Templates
In reply to: Image Map Not Working in Twenty FourteenI figured this one out on my own. Here is the code in case it helps anyone else. Added it to the header.php file.
<div id="page" class="hfeed site"> <?php if ( get_header_image() ) : ?> <div id="site-header"> <img id="Logo-Map-id" src="http://www.remnantllc.com/wp-content/uploads/2014/06/Logo.png" border="0" width="1260" height="240" orgWidth="1260" orgHeight="240" usemap="#Logo-map" alt=""> </img> <map name="Logo-map" id="Logo-Map"> <area alt="Home" title="Home" href="http://www.remnantllc.com" shape="rect" coords="13,169,171,218" style="outline:none;" target="_self" /> <area alt="Performances" title="Performances" href="http://www.remnantllc.com/performances/" shape="rect" coords="184,171,556,225" style="outline:none;" target="_self" /> <area alt="Abojut" title="About" href="http://www.remnantllc.com/about/" shape="rect" coords="569,172,764,226" style="outline:none;" target="_self" /> <area alt="Support" title="Support" href="http://www.remnantllc.com/support/" shape="rect" coords="779,169,1008,223" style="outline:none;" target="_self" /> <area alt="Contact" title="Contact" href="http://www.remnantllc.com/contact/" shape="rect" coords="1034,173,1256,220" style="outline:none;" target="_self" /> </map> </div>
Viewing 1 replies (of 1 total)