Modal not transparent

Modal not transparent

Hi, when using UI dialog with modal: true the overlay is not transparent on one of my pages. On the page there is several div-tags with the css-class holiday:

.holiday { 
  background-color: #ccc; 
  border-right: solid 1px #888; 
  border-bottom: solid 1px #888; 
  margin: 5px 0px 0px 0px;
  padding: 10px;
}

if I remove the padding property on this class the modal is transparent. Any ideas what could cause this?


This only occurs in IE8, in Chrome and FF everything is working fine. I have a lot of .holiday divs on the page, if I decrease the number the modal is OK in IE.


Best regards
eddan2k