i want to set border of 1px solid lightblue color for a through javascript.. i hv written d follwng code....
function changeImage1(id){
document.getElementById(id).style.border="1px solid lightblue";
}
bt its not working.... i m using IE to test this... help me out....