<style>
#mainmap {
height: 480px;
width: 640px;
}
#closebutton {
height: 32px;
width: 32px;
top: 0px;
right: 0px;
}
</style>
Problem: This is a weird one, for some reason, width works fine, but when I apply height in css, it doesn't change the height of it. Is this a webclient bug?