I am currently working on implementing a dropdown menu from gosu.pl/menu, specifically dropdown menu 1, example 1.
Interestingly, I am experiencing varying effects in different browsers, not the typical situation where IE causes issues across the board.
While running on my localhost using cakephp (though this should not impact it), everything appears fine in FF with the menu displaying correctly and the dropdown functioning as expected. You can see how it's supposed to look here.
However, if I clear the cache by hitting ctrl+f5 and then refresh, it transforms into something like this.
The strange part is that simply pressing f5 to reload the page brings it back to normal, but another ctrl+f5 sends it wonkey again.
Testing in IE reveals no issues even after numerous reloads. Unfortunately, both Safari and Chrome consistently display anomalies regardless of what I do, while Opera behaves perfectly.
I have meticulously compared the html and css during both the erratic and normal states, only to find that everything is identical. Can anyone shed light on what might be causing this issue? I suspect it has something to do with caching, but why would it manifest differently in various browsers?
Regrettably, I cannot share the html or css since they are on my local machine.
Please assist!