je cherche comment faire pour appliquer un style sur un div (#all-Type) genre :
ce code ne marche pas :/


Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
<script> 
	if( $('#all-type').css('margin-top') == '50%'){
	$("#all-type").css('position') == 'fixed');
}
	</script>