I have been doing extensive tests and I noticed that my website renders much faster if I can defer the loading of the menu using Jquery to the end.
The total speed might be the same but the perceived speed by the user who actually gets to see something on his screen (rendering) while the rest of the site loads is a significant improvement.
Any ideas on how I can defer loading of the menu using Jquery or AJAX perhaps?
I am using some Jquery code + CSS to display fade in and out text above each image. However, i can't figure out what I am doing wrong and the text is not being displayed when the user hovers the mouse over each image..