DOMO ARIGATO...
DOMO ARIGATO...
Out of context: Reply #22
- Started
- Last post
- 25 Responses
- mydo0
hi e.
this is how i'd do it. http://www.ospop.com/ospop.php
it scales for bigger screens, but on smaller screens you have to scroll.html, body {
height: 100%;
margin: 0px;
padding: 0;
}
body {
margin:0px;
padding:0px;
overflow: auto;
}
#flashcontent {
position: absolute;
text-align:center;
width: 100%;
height: 100%;
min-width:900px;
min-height:600px;
}