vote up 0 vote down star

I have a Silverlight 2 control that I wish to fill the browser. I have set no height and width for the outer grid so it resizes. I have set the web page to have a style of height and width 100% and no padding or margin for the html and body tags. The Silverlight object is set to 100% height and width.

When I view the page, IE adds a scrollbar and lets me scroll downwards about four or five pixels, all of which are just white.

How do I stop this?

flag

1 Answer

vote up 0 vote down check

Will this piece of CSS do the trick?

body{
 overflow: hidden;
}
link|flag
D'oh! Of course! Thanks – Jimbetastic Mar 20 at 15:18

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.