Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "[URL unfurl="true"]http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">[/URL]
<html xmlns="[URL unfurl="true"]http://www.w3.org/1999/xhtml">[/URL]
<head>
<title>test</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<script type="text/javascript"></script>
<style type="text/css">
div {
width:200px;
border:3px solid red;
margin-bottom:25px;
}
</style>
</head>
<body>
<div id="test"></div>
<input type="button" onclick="document.getElementById('test').style.minHeight = '200px'" value="set min height" />
</body>
</html>
I did try 'minheight' but didn't factor the case sensitivity.
Most css properties can be set by javascript by removing the dash and changing the following letter to upper case