by Rick Glos
12. February 2010 19:38
I’m posting this in case someone else comes across this strange bug.
I recently had a Silverlight project start displaying a vertical scrollbar in the window in IE8.
It turns out I had ‘formatted’ the page that hosts the Silverlight object control and that since the div element was on a separate line from the iframe element, it was causing the scrollbar to appear.
I tried playing around with the CSS since I don’t think it should matter how I have the angle brackets in the page but I finally gave up and just put it back the way it was. This still feels dirty to me.
So if you are having similar issues. Here’s at least one solution.