Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Sorry for taking a while, its been a busy day for me and I just had enough time to come back around to your question. Here is what I recommend. It looks like the code you are working with is produced from inkscape? When it runs the source code is a nuts, especially inside the object area. But have no fear if you want links. Simply make the following slight adjustments, and you should be on your way with links!</p> <p>The CSS:</p> <pre><code>.center { text-align: center; } #sfimages { padding:15px; position:relative; width:380px; height:273px; } #sfimages:hover { background-image: url(http://ubuntuone.com/1SRrDB8i8cBtpm3Smxaz5r); background-repeat: no-repeat; background-position:center; } #ext-site { display:block; width:380px; height:273px; position:absolute; z-index:9999; } </code></pre> <p>The HTML:</p> <pre><code>&lt;table style="width: 100%"&gt; &lt;tr&gt; &lt;td class="center"&gt; &lt;div id="sfimages"&gt; &lt;a id="ext-site" href="http://ubuntuone.com/3JHwAhFuNUCVfq1QOOjBGG"&gt;&lt;/a&gt; &lt;object type="image/svg+xml" data="http://ubuntuone.com/5b5ZUS86nHAffWiOirDwFr"&gt; &lt;img src="http://ubuntuone.com/12qOaTGCZYzQtqFJpaGbPV" alt="" /&gt; &lt;/object&gt; &lt;/div&gt; &lt;/td&gt; &lt;td class="center"&gt; &lt;div id="sfimages"&gt; &lt;object type="image/svg+xml" data="http://ubuntuone.com/6tkHm9c2r1eH9PMB9Nr3Ux"&gt; &lt;img src="http://ubuntuone.com/54AaqhQUU8npACF2vXzKFp" alt="" /&gt; &lt;/object&gt; &lt;/div&gt; &lt;/td&gt; &lt;td class="center"&gt; &lt;div id="sfimages"&gt; &lt;object type="image/svg+xml" data="http://ubuntuone.com/7Ur09JXlGVvF2GhXFbLXlx"&gt; &lt;img src="http://ubuntuone.com/4CXw05d1dsSf9VhAIPNZf6" alt="" /&gt; &lt;/object&gt; &lt;/div&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; </code></pre> <p>This is classic trick, involving an asbolute positioned anchor link, inside of a relative display block element. As long as the anchor stretches to the size of it's parent's size, it acts as an invisible button on top of the entire section. </p> <p>Check out my new <a href="http://jsfiddle.net/blackhawx/EB7Kb/" rel="nofollow">Fiddle</a></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload