MisterC
-
Header pull down
Just have the content inside the hidden div, I'm not sure what you're looking for.
-
Header pull down
#dropdown { display: none; } $('#link').click(function(){ $('#dropdown').html('whatever you want to do'); $('#dropdown').slideDown(); }); Something like that?