Here is a link to the page http://hyperbole-software.com/movie-buzz/ and it's css is here http://hyperbole-software.com/movie-buzz/main.css
The page is composed of a <div> called #menu that is position: absolute ( this is the one that vanishes) and a second <div> called #center-layout. #menu contains a <ul> containing links to other pages and #center-layout contains several other <div>s used to layout the center part of the page.
I had thought this might be a peek-a-boo bug and have applied position: relative to #menu and its children and to #center-layout and most of its children. That didn't change the behavior at all. Since none of these changes helped, I removed them to keep the css file uncluttered.
Would you please take a look at the page and see if you can suggest a solution?
Thank you very much for any assistance.
Carl.
****************************************************** The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
