Hi
Bei Html ist es möglich das wenn jemand die Auflösung 800x600 hat eine andere Page ladet als normal:
<script type="text/javascript"><!--
if(screen.width == 800 && screen.height == 600)
location.href = "800x600.html";
//--></script>
aber ist es auch möglich das, wenn jemand 800x600 als Auflösung hat eine andere css Datei ladet als normal?