Ray's Asp.net Blog
Answers and code snippets from ASP.NET projects (Webforms/MVC/Classic ASP)
Pages
(Move to ...)
Event registration app with QR/Paypal
Home
▼
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
‹
›
Home
View web version
No comments:
Post a Comment