function centerPopup(){
$("#popupContact").css({
"position": "absolute",
"margin" : "0 auto"
});
}
I've a css file in which I've already described the properties of the same element having id as popupContact.
What I want to know is that, when this piece of script is executed, what actually happens to the properties of the particular html element?? Can I use javascript to rewrite the actual CSS properties??

New Topic/Question
Reply



MultiQuote




|