Hi
I need help here, please tellme why it snt working correctly
Urgent ;
THankss very much
$('#windowhead').click(function(){
/*$("#fullwindow").css({
"height":20+"px"
});*/
$("#fullwindow").slideToggle('css'({
"height":20+"px"
}));
});