jonatec
asked on
Unwanted border using <map tag
Hi. I have set up a JPG with a mapped area. However when the picture gets displayed it always has an undesirable blue border to it. I have tried in-line style within the various tags, nothing seems to shift it. Any ideas please? Hear is my code:
<div >
<map name='Map'>
<area shape='rect'
coords='249,185,371,303'
href='javascript:fnShowBig Photo()'/>
</map>
<img style='padding:30px;'
src='../images/logo.jpg'
height='457px' width='640px'
usemap='#Map'
ismap='ismap' />
</div>
<div >
<map name='Map'>
<area shape='rect'
coords='249,185,371,303'
href='javascript:fnShowBig
</map>
<img style='padding:30px;'
src='../images/logo.jpg'
height='457px' width='640px'
usemap='#Map'
ismap='ismap' />
</div>
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
bcos u have padding 30px. so it will have some area of 30px around the image.
ASKER
Yeah perfect thanks..
hey thanks for that - good luck with the project!