base CSS for flash 100%


/ Published in: CSS
Save to your folder(s)

base css for flash 100% width min size that works in ff3+, safari3+, google chrome 1+
Remember to use a reset.css: the margin / padding of html and body must be zero.


Copy this code and paste it in your HTML
  1. html,
  2. body,
  3. #flashSite{
  4. height:100%;
  5. min-width:900px;
  6. min-height:500px;
  7. }
  8. #flashSite{ // flash embed
  9. width:100%;
  10. }
  11. h1{
  12. display:none;
  13. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.