
May 21st, 2000, 07:23 AM
|
 |
Contributing User
|
|
Join Date: Feb 2000
Location: Perth West Australia
Posts: 757
Time spent in forums: 4 h 18 m 32 sec
Reputation Power: 14
|
|
|
My Version of NS (4.06) has no problems with your page menu although it does report an error in your hitbox code , which appears before the <!-- Menu Bar Item 0 -->1/3/4/etc - View source in NS and the bad bit will flash at you.
In Explorer your error occurs as you are trying to access DIVs that have not yet been written (assuming you mouseover a link immediately upon entering the page).
There are a couple of solutions the easiest being to move the <!-- Menu Bar Item 0 -->2/3/ etc to the top of your code ie:the first bit after the <body...> statement,
ensuring that the divs are created before the 'onmouseovers' that generate the flips.
I think that for your page that this would be sufficient , other options include hiding the whole page with another <div> and trigger its visibility at the end of an image preloading script, or even by document.writing(... the divs.
But try just moving the divs first - this should accommodate all but the fastest dash with the mouse, I cant say for sure if NS will be happy with this 'cos NS is a bit cranky - but it will only take a couple of minutes to test it.
Regards,
Simon
------------------
Simon Wheeler
FirePages -DHTML/PHP/MySQL
|