<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1043322" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1043322</link>
    <description></description>
    <language>en</language>
          <item>
    <title>Interesting to see this old</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-problem-links-delayed-firefox-800x600-window#comment-1247397</link>
    <description> &lt;p&gt;Interesting to see this old thread revived. I guess the issue of window size - limited as it is by screen size - is becoming more of an issue with new devices like the iPad coming on board.&lt;/p&gt;
&lt;p&gt;(The iPad is either 1024px or 768px wide, depending on how you hold it...)&lt;/p&gt;
 </description>
     <pubDate>Thu, 25 Feb 2010 20:45:05 +0000</pubDate>
 <dc:creator>webwiz</dc:creator>
 <guid isPermaLink="false">comment 1247397 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>If you feel changing the</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-problem-links-delayed-firefox-800x600-window#comment-1247395</link>
    <description> &lt;p&gt;If you feel changing the layout on resize is a bit too jarring, just remove the second addEvent call to dynamicLayout on resize to limit layout adaptation to occurring only when the web page is first loaded or refreshed by the user. One nice thing about using these functions is that you can easily adapt the code with a little cookie magic to create a better stylesheet switcher to provide your users the choice of what layout option they prefer.&lt;/p&gt;
 </description>
     <pubDate>Thu, 25 Feb 2010 19:57:00 +0000</pubDate>
 <dc:creator>prem123</dc:creator>
 <guid isPermaLink="false">comment 1247395 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Hmm didn&#039;t check Safari...</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-problem-links-delayed-firefox-800x600-window#comment-1239427</link>
    <description> &lt;p&gt;Hmm didn&#039;t check Safari... but you are correct. However, it&#039;s only in a problem in a small window for Safari 3.2.2 on Vista, full screen it works okay.&lt;/p&gt;
&lt;p&gt;I know it has to do with setting the bottom margin of the main container to -800px (note: greater than the height of the window) - which is necessary because the menu adds extra margin at the bottom of the page because of the menu divs...&lt;/p&gt;
&lt;p&gt;I have a hunch it is some kind of z-index issue, not sure.&lt;/p&gt;
&lt;p&gt;There is a very similar menu that stores its data in an external JavaScript, not HTML in the body, which probably solves the issue, I will try using that next time.&lt;/p&gt;
 </description>
     <pubDate>Tue, 17 Mar 2009 13:55:37 +0000</pubDate>
 <dc:creator>decibel.places</dc:creator>
 <guid isPermaLink="false">comment 1239427 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Bizarre. I have no idea why</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-problem-links-delayed-firefox-800x600-window#comment-1239415</link>
    <description> &lt;p&gt;Bizarre. I have no idea why this happens, though.&lt;/p&gt;
&lt;p&gt;FWIW - I see the same behavior in Firefox 2, 3, and 3.1 (Mac) and Safari 3 (Win xp) no matter the window size. (Up to 1680 x 1050 less top OS X menu bar.) Okay in Safari 4 (Mac) though.&lt;/p&gt;
 </description>
     <pubDate>Tue, 17 Mar 2009 02:24:03 +0000</pubDate>
 <dc:creator>webwiz</dc:creator>
 <guid isPermaLink="false">comment 1239415 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>greg wrote:
So why bother</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-problem-links-delayed-firefox-800x600-window#comment-1239412</link>
    <description> &lt;p&gt;&lt;div class=&quot;quote-msg&quot;&gt;&lt;div class=&quot;quote-author&quot;&gt;&lt;em&gt;greg&lt;/em&gt; wrote:&lt;/div&gt;So why bother fixing it?&lt;br /&gt;
What percentage of the total users who will have this issue will actually come to the site?&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;Well, the PM keeps his browser in an 800x600 window on his large screen monitor - I convinced him that it is a miniscular problem, but it bothers him, a little.&lt;/p&gt;
&lt;p&gt;There is a JS version of the same menus that avoids the divs in the document body, I think that will fix the problem. &lt;/p&gt;
&lt;p&gt;I like the menu because it can be attached to any links, such as a very customized image menu, so the top menu item does not need to have the same look as the dropdowns.&lt;/p&gt;
&lt;p&gt;But it&#039;s a weird problem, only in Firefox, only in an 800x600 window, and only on page load before the mouse is moved over other parts of the page...&lt;/p&gt;
 </description>
     <pubDate>Mon, 16 Mar 2009 22:29:03 +0000</pubDate>
 <dc:creator>decibel.places</dc:creator>
 <guid isPermaLink="false">comment 1239412 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>decibel.places</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-problem-links-delayed-firefox-800x600-window#comment-1239411</link>
    <description> &lt;p&gt;&lt;div class=&quot;quote-msg&quot;&gt;&lt;div class=&quot;quote-author&quot;&gt;&lt;em&gt;decibel.places&lt;/em&gt; wrote:&lt;/div&gt;Realizing that we are probably talking about a fraction of a percent of viewers, and even then the problem &quot;goes away&quot; before most people would notice it&lt;/div&gt;So why bother fixing it?&lt;br /&gt;
What percentage of the total users who will have this issue will actually come to the site?&lt;/p&gt;
&lt;p&gt;I know I know, you want it working as desired, and if it was something that broke the entire page or a lot of layout then I would perhaps understand. &lt;/p&gt;
&lt;p&gt;So for the sake of what, about 34 people in the world with firefox in 800x600 have a brief issue with links?&lt;/p&gt;
&lt;p&gt;Besides, no monitors will actually HAVE 800x600 by the time I have looked through all that code &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/tongue.png&quot; title=&quot;Sticking out tongue&quot; alt=&quot;Sticking out tongue&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 16 Mar 2009 21:17:00 +0000</pubDate>
 <dc:creator>greg</dc:creator>
 <guid isPermaLink="false">comment 1239411 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
