blank screen in IE8

In IE8 the screen comes up blank and after I min and max then the data appears. In firefox the data appears correctly. I am using vaadin version 6.8.1. and I have a @import url(…raindeer/styles.css) in my style.css file.

Hi,
if @import url(…raindeer/styles.css) is what you actually have in your styles.css then maybe you should rather try
@import url(…/reindeer/styles.css)
HTH,
Aleksandr

Hi,

Thanks for your input. It was a typo that I had

I do have @import url(…/reindeer/styles.css) in my custom css file.