Quote Originally Posted by gjh42 View Post
We need to see what you have (live) to comment on why it is not working for you.
thanks for the interest in helping me out .
I've also tried the blank box and it leaks the map in the column above the sidebox...
tried calling the whole map code as a html, split the css off into the styesheet
as #logosideboxContents and put the html/js in the logo xx defines php & tpl logoxx php
as $content . = and $content.include
as said i've had the map show up in the column with blank_sbx and it works but
i can't get it to work inside logo or blank sidebox

maybe i should be declaring it as #new_site_seal2 (in the css?) which is the map itself?

#htps://whidbeyislandmoped(dot)com/cart/
%CODE FOR MAP%
<style type="text/css">
.map_image { display: block; width: 125px; height: 135px; position: relative; background-position: 0 0; background-repeat: no-repeat; }
.map_image .map_link { display: block; position: absolute; text-indent: -999em; overflow: hidden; }
.map_image #map_link_0 { width: 93px; height: 44px; top: 80px; left: 17px; }
.map_image #map_link_1 { width: 121px; height: 28px; top: 43px; left: 1px; }
.map_image #map_link_2 { width: 87px; height: 33px; top: 3px; left: 17px; }
</style>

<div class="map_image" style="background-image: url('includes/templates/classic/images/new_site_seal2.gif');">
<a class="map_link" id="map_link_0" title="Trustwave" onMouseOver="Trustwave" onClick="javascript:window.open('https://sealserver.trustwave.com/cert.php?customerId=w6oj3BZ9ZhnnLcVNVXtmgytnQ66qDb&size=105x54&style=', 'c_TW', 'location=no, toolbar=no, resizable=yes, scrollbars=yes, directories=no, status=no, width=615, height=720'); return false" span style="cursorointer" #new_site_seal2 /span /a>

<a class="map_link" id="map_link_1" title="GoDaddy" onMouseOver="GoDaddy" onClick="javascript:window.open('https://seal.godaddy.com/verifySeal?sealID=N8bfYhpsAEbVn89X8a1ktZjmZpl6VGLxbewiScT6iMRA7W5sEdSHOBD0&size= 105x54&style=', 'c_TW', 'location=no, toolbar=no, resizable=yes, scrollbars=yes, directories=no, status=no, width=615, height=720'); return false" span style="cursorointer" #new_site_seal2 /span /a>

<a class="map_link" id="map_link_2" title="PayPal" onMouseOver="PayPal" herf="https://www.paypal.com/"
onClick="javascript:window.open('https://www.paypal.com/us/verified/pal=scooters%40whidbeyislandmoped%2ecom&size=105x54&style=', 'c_TW', 'location=no, toolbar=no, resizable=yes, scrollbars=yes, directories=no, status=no, width=615, height=720'); return false" span style="cursorointer" #new_site_seal2 /span /a>
</div>

thank you