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.
// NB: use JS interCapitalised property
// instead of CSS hyphenated property
var styles = {
ns6: { border: "1px solid #000000",
backgroundColor: "#FF0000"
},
ie5: { border: "1px dotted #FFCC33",
backgroundColor: "#FFFF00"
}
};