- Code: Selecteer alles
<script type="text/javascript">
var maxHeight = window.screen.availHeight;
if ( maxHeight < 600 )
{
// 800x600
}
else if ( maxHeight < 900 )
{
// 1024x768
}
else
{
// vanaf 1280
}
</script>
<script type="text/javascript">
var maxHeight = window.screen.availHeight;
if ( maxHeight < 600 )
{
// 800x600
}
else if ( maxHeight < 900 )
{
// 1024x768
}
else
{
// vanaf 1280
}
</script>