If you want to change the CSS by using JavaScript then this code will help.
getelementbyid is very handy!
//OR
onclick="this.style.display = 'none'
Look here if you want to change CSS with Jquery
If you want to change the CSS by using JavaScript then this code will help.
getelementbyid is very handy!
//OR
onclick="this.style.display = 'none'
Look here if you want to change CSS with Jquery