HighDots Forums  

Image Map Blue Border

HTML Writing HTML for the Web (comp.infosystems.www.authoring.html)


Discuss Image Map Blue Border in the HTML forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
juleigha27@gmail.com
 
Posts: n/a

Default Image Map Blue Border - 01-08-2008 , 04:29 PM






Hi,

I am have been looking at other posting about removing the border for
the image map, but I want to make it black in both IE and Firefox. It
seems to work fine in IE, but I can't change it in firefox. Any
suggestions...other than setting it to border=0. I also tried setting
link in the body, but this didn't change it.

Here is what my code looks like:

<img src=img.png USEMAP='#imagemap' border='4' height='24' width='24'
alt='image'>

Thanks,
Julia

Reply With Quote
  #2  
Old   
juleigha27@gmail.com
 
Posts: n/a

Default Re: Image Map Blue Border - 01-15-2008 , 11:48 AM






On Jan 8, 2:29 pm, "juleigh... (AT) gmail (DOT) com" <juleigh... (AT) gmail (DOT) com>
wrote:
Quote:
Hi,

I am have been looking at other posting about removing the border for
the image map, but I want to make it black in both IE and Firefox. It
seems to work fine in IE, but I can't change it in firefox. Any
suggestions...other than setting it to border=0. I also tried setting
link in the body, but this didn't change it.

Here is what my code looks like:

img src=img.png USEMAP='#imagemap' border='4' height='24' width='24'
alt='image'

Thanks,
Julia
Hi Julia,
you should be able to setup an inline css style for the border
setting:
<img src=img.png USEMAP='#imagemap' height='24' width='24'
alt='image' style="border:4px solid black">

Now, I also know that the image mapping has a second tag associated...
is in an <a tag ?
if so, and if the above style doesn't work for the img tags, then cut
& paste it into the <a tag that is used to create the actual mapping
coordinates.

let me know if it doesn't work, or you need extra info!

Jim


----------------------

Thanks for your help...it worked perfectly!!


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.