Use an image map to isolate just the ribbon part of the 'Fork me on Github' so you can click the filter buttons even on a small screen

refactor
Matt Godbolt 11 years ago
parent da98a1e24f
commit be03e30008

@ -116,7 +116,10 @@
</div>
</div>
<a href="https://github.com/mattgodbolt/gcc-explorer"><img style="position: absolute; top: 40px; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_green_007200.png" alt="Fork me on GitHub"></a>
<img style="position: absolute; top: 40px; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_green_007200.png" alt="Fork me on GitHub" usemap="#ghm">
<map name="ghm">
<area shape="poly" coords="16,0,149,133,149,0" href="https://github.com/mattgodbolt/gcc-explorer">
</map>
</body>
</html>

Loading…
Cancel
Save