<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Master Pages, Themes and Navigation Controls</title><link>http://forums.asp.net/139.aspx</link><description>Discussions of MasterPages, Themes, and other page-related features. &lt;A href="http://aspadvice.com/SignUp/list.aspx?l=164&amp;amp;c=30" target=_blank&gt;Email List&lt;/A&gt;</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Image Map not working in IE7</title><link>http://forums.asp.net/thread/3274342.aspx</link><pubDate>Sat, 04 Jul 2009 06:43:13 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3274342</guid><dc:creator>mijaved</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3274342.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=139&amp;PostID=3274342</wfw:commentRss><description>&lt;ul&gt;&lt;li&gt;&lt;u&gt;&lt;b&gt;Important Note:&lt;/b&gt;&lt;/u&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Never ever use Server.MapPath to feed your url to ImageUrl property when you are dynamically switching to different Images from backend (cs/vb file).&lt;/p&gt;&lt;p&gt;[Avoid&amp;nbsp;&lt;img src="http://forums.asp.net/tiny_mce/jscripts/tiny_mce/plugins/emotions/img/smiley-frown.gif" alt="Frown" title="Frown" border="0" /&gt; =&amp;gt; eg: ImageMap1.ImageUrl = Server.MapPath(&amp;quot;~/Images/*.jpg&amp;quot; )]&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Just user simple file url like we use in aspx.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;[Use &lt;img src="http://forums.asp.net/tiny_mce/jscripts/tiny_mce/plugins/emotions/img/smiley-laughing.gif" alt="Laughing" title="Laughing" border="0" /&gt;=&amp;gt; eg: ImageMap1.ImageUrl = &amp;quot;../Images/*.jpg&amp;quot;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;However this may not be relevant with this question.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Image Map not working in IE7</title><link>http://forums.asp.net/thread/2545877.aspx</link><pubDate>Fri, 08 Aug 2008 14:09:33 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2545877</guid><dc:creator>the.one</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2545877.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=139&amp;PostID=2545877</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;I am using the same lines in my code as well.&amp;nbsp; Here are the lines verbatim as they appear before my image map:&lt;/p&gt;&lt;p&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;iso-8859-1&amp;quot;?&amp;gt;&lt;br /&gt;&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Transitional//EN&amp;quot; &amp;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&amp;quot;&amp;gt; &lt;br /&gt;&lt;br /&gt;&amp;lt;html xmlns=&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;head&amp;gt;&lt;br /&gt;&amp;lt;meta http-equiv=&amp;quot;content-type&amp;quot; content=&amp;quot;text/html; charset=utf-8&amp;quot; /&amp;gt;&lt;br /&gt;&amp;lt;title&amp;gt;Coconut Kenny&amp;#39;s&amp;lt;/title&amp;gt;&lt;br /&gt;&amp;lt;meta name=&amp;quot;keywords&amp;quot; content=&amp;quot;&amp;quot; /&amp;gt;&lt;br /&gt;&amp;lt;meta name=&amp;quot;description&amp;quot; content=&amp;quot;&amp;quot; /&amp;gt;&lt;br /&gt;&amp;lt;link id=&amp;quot;LinkCSS&amp;quot; href=&amp;quot;default.css&amp;quot; rel=&amp;quot;stylesheet&amp;quot; type=&amp;quot;text/css&amp;quot; runat=&amp;quot;server&amp;quot; /&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;/head&amp;gt;&lt;br /&gt;&amp;lt;body&amp;gt;&lt;br /&gt;&amp;lt;div id=&amp;quot;page&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div id=&amp;quot;logo&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;asp:ImageMap ID=&amp;quot;Menu_Links&amp;quot; runat=&amp;quot;server&amp;quot; HotSpotMode=&amp;quot;Navigate&amp;quot; ImageUrl=&amp;quot;images/header_blank.gif&amp;quot;&amp;gt; &lt;/p&gt;&lt;p&gt;After this, I have 5 navigational hot spots in the image.&amp;nbsp; The odd thing for me is that I have an image map a bit further down the page that posts back to the server instead of navigating.&amp;nbsp; This image map works perfectly fine. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Image Map not working in IE7</title><link>http://forums.asp.net/thread/2545091.aspx</link><pubDate>Fri, 08 Aug 2008 07:39:16 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2545091</guid><dc:creator>ShailAtlas</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2545091.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=139&amp;PostID=2545091</wfw:commentRss><description>&lt;p&gt;&lt;font face="trebuchet ms,geneva"&gt;Hello,&lt;br /&gt;I am using this one and I also have an ImageMap. That is working fine in IE 6,7 and FF 2 and 3. Just see what are two lines in my page -&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="trebuchet ms,geneva"&gt;&amp;nbsp;&lt;pre class="coloredcode"&gt;&lt;b id="1"&gt;1    &lt;/b&gt;&amp;lt;&lt;span class="tag"&gt;!DOCTYPE&lt;/span&gt; html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Transitional//EN&amp;quot; &amp;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&amp;quot;&amp;gt;
&lt;b id="2"&gt;2    &lt;/b&gt;&amp;lt;&lt;span class="tag"&gt;html&lt;/span&gt;&lt;span class="attr"&gt; xmlns=&lt;/span&gt;&lt;span class="attrv"&gt;&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;&lt;/span&gt;&amp;gt;
&lt;/pre&gt;&amp;nbsp;&lt;br /&gt;Thank You,&lt;br /&gt;Shail&lt;/font&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Image Map not working in IE7</title><link>http://forums.asp.net/thread/2544746.aspx</link><pubDate>Fri, 08 Aug 2008 04:10:37 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2544746</guid><dc:creator>the.one</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2544746.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=139&amp;PostID=2544746</wfw:commentRss><description>&lt;p&gt;Shail -&lt;/p&gt;&lt;p&gt;&amp;nbsp;Did what you said (good tip by the way) and narrowed it down to the DOCTYPE line.&amp;nbsp; As soon as I took that line away, IE allowed me to click on the image map. &amp;nbsp; Without the DOCTYPE being defined, the page doesn&amp;#39;t load correctly (obviously) and there aren&amp;#39;t many choices to choose from for DOCTYPES.&amp;nbsp; I tried changing the page from the current &lt;/p&gt;&lt;p&gt;&lt;span class="doctype"&gt;&amp;lt;!DOCTYPE html PUBLIC &amp;quot;-//W3C//DTD XHTML 1.0 Strict//EN&amp;quot; &amp;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&amp;quot;&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;to the Transitional DOCTYPE and that didn&amp;#39;t help anything.&amp;nbsp; It seems to me like I&amp;#39;ve seen a workaround for this in javascript.&amp;nbsp; Do you know a way around this DOCTYPE issue? &lt;br /&gt;&lt;/p&gt;&lt;pre id="line1"&gt;&lt;br /&gt;&lt;/pre&gt;</description></item><item><title>Re: Image Map not working in IE7</title><link>http://forums.asp.net/thread/2542984.aspx</link><pubDate>Thu, 07 Aug 2008 12:11:32 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2542984</guid><dc:creator>ShailAtlas</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2542984.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=139&amp;PostID=2542984</wfw:commentRss><description>&lt;p&gt;&lt;font face="trebuchet ms,geneva"&gt;Hello,&lt;br /&gt;Make a static HTML page with that image map as static. I mean to say that just make a sample HTML Page which has your ImageMap and then run that in FF and IE 7. Now if you see that its working in both the places, next step you should check the markup of your static imagemap HTML and the one generated by the ASP image map in IE 7. Something like step by step debugging.&lt;br /&gt;Thank You,&lt;br /&gt;Shail&lt;/font&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Image Map not working in IE7</title><link>http://forums.asp.net/thread/2541995.aspx</link><pubDate>Thu, 07 Aug 2008 04:40:35 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2541995</guid><dc:creator>the.one</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2541995.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=139&amp;PostID=2541995</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;I have a fairly simple image map that I&amp;#39;m using in a web page.&amp;nbsp; It works in Firefox, but not in IE7.&amp;nbsp; Here is the code:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;lt;div id=&amp;quot;logo&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;asp:ImageMap ID=&amp;quot;Menu_Links&amp;quot; runat=&amp;quot;server&amp;quot; HotSpotMode=&amp;quot;Navigate&amp;quot; Height=&amp;quot;330px&amp;quot; Width=&amp;quot;850px&amp;quot; ImageUrl=&amp;quot;~/images/header_blank.gif&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;asp:RectangleHotSpot AlternateText=&amp;quot;Home&amp;quot; HotSpotMode=&amp;quot;Navigate&amp;quot; Bottom=&amp;quot;330&amp;quot; Left=&amp;quot;50&amp;quot; NavigateUrl=&amp;quot;main.aspx?option=home&amp;quot; Right=&amp;quot;350&amp;quot; Top=&amp;quot;80&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;asp:RectangleHotSpot AlternateText=&amp;quot;Our Menu&amp;quot; HotSpotMode=&amp;quot;Navigate&amp;quot; Bottom=&amp;quot;165&amp;quot; Left=&amp;quot;380&amp;quot; NavigateUrl=&amp;quot;main.aspx?option=menu&amp;quot; Right=&amp;quot;435&amp;quot; Top=&amp;quot;140&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;asp:RectangleHotSpot AlternateText=&amp;quot;About Us&amp;quot; HotSpotMode=&amp;quot;Navigate&amp;quot; Bottom=&amp;quot;165&amp;quot; Left=&amp;quot;450&amp;quot; NavigateUrl=&amp;quot;about.aspx&amp;quot; Right=&amp;quot;525&amp;quot; Top=&amp;quot;140&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;asp:RectangleHotSpot AlternateText=&amp;quot;Find Us&amp;quot; HotSpotMode=&amp;quot;Navigate&amp;quot; Bottom=&amp;quot;165&amp;quot; Left=&amp;quot;540&amp;quot; NavigateUrl=&amp;quot;main.aspx&amp;quot; Right=&amp;quot;630&amp;quot; Top=&amp;quot;140&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;asp:RectangleHotSpot AlternateText=&amp;quot;Contact Us&amp;quot; HotSpotMode=&amp;quot;Navigate&amp;quot; Bottom=&amp;quot;165&amp;quot; Left=&amp;quot;650&amp;quot; NavigateUrl=&amp;quot;contact.aspx&amp;quot; Right=&amp;quot;735&amp;quot; Top=&amp;quot;140&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/asp:ImageMap&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/div&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The site that this is running on is www.coconutkennys.com if you want to have a look see.&amp;nbsp; I&amp;#39;ve tried inserting &amp;quot;Name=&amp;quot;Menu_Links&amp;quot; &amp;quot; into the &amp;lt;asp:ImageMap section and I got the same results.&amp;nbsp; Can anyone help me with this?&lt;br /&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>