Wednesday, April 6, 2011

How to make full screen div by css

<style type="text/css">
  fullscreen{
    position:fixed;
    top:0%;
    left:0;    width:100%;
    height:100%;
  }
</style>

No comments:

Post a Comment