Shail -
Did what you said (good tip by the way) and narrowed it down to the DOCTYPE line. As soon as I took that line away, IE allowed me to click on the image map. Without the DOCTYPE being defined, the page doesn't load correctly (obviously) and there aren't many choices to choose from for DOCTYPES. I tried changing the page from the current
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
to the Transitional DOCTYPE and that didn't help anything. It seems to me like I've seen a workaround for this in javascript. Do you know a way around this DOCTYPE issue?