I'm trying to implement a dropdown menu (available at gosu.pl/menu, dropdown menu 1, example 1)
but I'm strangely I'm having different effects in different browsers, and not in the usual IE buggering everything up type of way.
I'm on my localhost and using cakephp (although that shouldn't make a difference). When I view through FF the menu looks ok and the dropdown bit appears where it's supposed to see
but if I press ctrl+f5 to empty cache and refresh the page it turns into this
The weird thing is if I hit just f5 to reload the page, it goes back to normal, then ctrl+f5 back to wonkey again.
I've tested in in IE and all versions seem ok even when I reload. Safari and chrome are both wonkey no matter what but opera is fine.
I've compared the html and the css when both wonkey and normal are displayed and everything is exactly the same. Can anyone enlighten me what the problem is? I guess something to do with cache but why would it be different in the different browsers?
I'm sorry I can't post html or css coz I'm on my local machine.
Help!