In one of my JavaScript functions, I have the following CSS line which works well in all browsers except for IE (Internet Explorer). When the page loads, the height of the element is only about 4px.
element.setAttribute('style', "height: 15px;")
Is there a solution available for this issue?