imagemap - CSS scalability image map -
i have problem bothers me couple days: how can make central part of puzzle image works link when resize browser windows (pc view, tablet view, mobile view...)? need link breed image work link.
<style type="text/css"> .header-images { display: table; } .row { display: table-row; } .img-01 { display: table-cell; border: none; } .img-02 { display: table-cell; border: none; } .img-03 { display: table-cell; border: none; } .img-04 { display: table-cell; border: none; } .header-images img { width: 100%; height: auto; } </style>
<div class="header-images"> <div class="row"> <div class="img-01"> <a href="home/zuechter"><img src="http://s27.postimg.org/rloi8ejr7/01_en.png" alt=""></a> </div> <div class="img-02"> <a href="/home/hundesport"><img src="http://s27.postimg.org/lm0r4qyyr/02_en.png" alt=""></a> </div> </div> <div class="row"> <div class="img-03"> <a href="/home/mitglied"><img src="http://s27.postimg.org/6fzarjybn/03_en.png" alt=""></a> </div> <div class="img-04"> <a href="/home/jugend"><img src="http://s27.postimg.org/61xyrye83/04_en.png" alt=""></a> </div> </div> </div>
i have manage fix using matt stow plugin. thank matt!
Comments
Post a Comment