agy_1
07-01-2006, 04:48 AM
Hi,
Sorry it is a long reading Im using Dreamweaver for this question
I don't know if someone already posted this one but here goes...
I have been having hair pulling problem with getting my "hotspot" to work with my imagemap on other browsers (e.g. Netscape 7.1, and Mozilla). Those other browsers only treat the image as just a regular image.
here is my code:
just to let you know I am using this DOCTYPE
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<div id="quote"><img src="/Images/quote_1.png" name="qhead" width="500" height="124" border="0" usemap="#qhead" /></div>
and here is the map coordinates
<map id="qhead" name="qhead">
<area shape="rect" coords="40,59,196,96" href="/freequote.htm" alt="freequote" />
</map>
what am I doing wrong? let me know if you need the CSS code
Another question is about _blank...
I was thinking of creating a form for the above link to get quote info from people. I was think of getting it to have a popup window instead that is XHTML compliant. What will be the code for it and where do I place it?
Sorry it is a long reading Im using Dreamweaver for this question
I don't know if someone already posted this one but here goes...
I have been having hair pulling problem with getting my "hotspot" to work with my imagemap on other browsers (e.g. Netscape 7.1, and Mozilla). Those other browsers only treat the image as just a regular image.
here is my code:
just to let you know I am using this DOCTYPE
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<div id="quote"><img src="/Images/quote_1.png" name="qhead" width="500" height="124" border="0" usemap="#qhead" /></div>
and here is the map coordinates
<map id="qhead" name="qhead">
<area shape="rect" coords="40,59,196,96" href="/freequote.htm" alt="freequote" />
</map>
what am I doing wrong? let me know if you need the CSS code
Another question is about _blank...
I was thinking of creating a form for the above link to get quote info from people. I was think of getting it to have a popup window instead that is XHTML compliant. What will be the code for it and where do I place it?