I made website http://www.kuha.si and it's working fine in new browsers (IE10, Firefox 20, Chrome and Safari) but there are problems in IE 8 and 9 and firefox 3.6
Problem is on home page on top of the page where I present dishes with coresponding dates. In older browser this is shown empty. Main probles is that if I hit F12 to get console to examine, everything starts working (both in IE and FF) and there are shown no errors so I can't figure out the problem.
Problematic menu is made like this, that I pull content with PHP from database and then rearrange it with javascript to show it in slider.
Do you have idea what is wrong and why is everthing start working when I hit f12 and refresh site?