I have made a very quick jQuery slideshow, and I\'m using this to hide the DIVs which shouldn\'t be shown until it\'s their turn:
$(document).ready(function(
As an alternatie to orip's answer, you can do the following if you don't like adding scripts in the :
You will avoid flickering this way because you are adding a class name to the HTML before DOM ready.