Making Slimbox Work With Image Maps
Pretty simple:
<script type=”text/javascript”>
jQuery(function($) {
$(“#Map area”).slimbox();
});
</script>
where you replace #Map with the id value of your image map. Full details H E R E.
Pretty simple:
<script type=”text/javascript”>
jQuery(function($) {
$(“#Map area”).slimbox();
});
</script>
where you replace #Map with the id value of your image map. Full details H E R E.