I want know if this script is bad, not working for me :
jQuery(".template_content_img").css({
width: "50%",
height: "150px",
//// Here gives me error
font-size: "12px",
margin-bottom: "23px",
});
I don´t know if the problem it´s is "width:200px" or "width","150px"
These are my dudes, by another side I see also many people use animate for this and no use css but why do you suppose the animate create effect and transformation of divs and by this only I need change somethings but it's not working.
Regards !!!
.css({'width':50%, 'height':150px})?50%or150pxis string so must be in quotes or apostrofs"font-size".