|
Posted by Vik Rubenfeld on 01/18/08 16:59
In article <lUYjj.4727$421.302@news-server.bigpond.net.au>,
"rf" <rf@invalid.com> wrote:
> > http://flavorzoom.com/anomaly.html
>
> Resize the window, at around 1000 pixels wide and larger the problem
> disappears. Now, resize the window very slowly around the width where the
> problem appears/disappears. At one particular width the entire menu
> disappears.
>
> This could be a manifestation of the peek-a-boo bug. Google for it, it's
> quite well known.
Researching the peek-a-boo bug led me to this page -
http://www.thescripts.com/forum/thread468484.html. Based on the
experience of the poster there, I added:
html {
margin: 0px;
padding: 0px;
}
body {
margin: 0px;
padding: 0px;
background: #FFFFFF ;
}
....and it fixed it!
Adding that code to my main CSS file hasn't yet fixed my production
page, so I need to validate all the CSS and html there now - I may have
some more questions when doing that. But this appears to be the fix.
Thanks very much to all here for your help!
[Back to original message]
|