A personal repository of technical notes. - CSC

Firefox IFrame Height

<style type="text/css">
HTML,BODY
{
height: 100%;
}
#MainFrame
{
width: 75%;
height: 90%;
}
</style>
<iframe id="MainFrame" src="about:blank"></iframe>

No comments:

Post a Comment