Remove padding around 100% width/height Flash content

Some browsers put in padding around flash content that is scaled to fit 100% height and width. This is a quick CSS / HTML fix to make your full-screen flash movie fit the full height and width of the browser.
Just put this in the top of your HTML inside your CSS declaration

* {margin:0px;padding:0px;}
  • Twitter
  • Reddit
  • Digg
  • del.icio.us
  • Facebook
  • RSS

Leave a Reply