Einzelnen Beitrag anzeigen
Alt 06.09.2002, 19:51   #2
käptn
Inventar
 
Registriert seit: 04.11.2001
Alter: 45
Beiträge: 2.150


Standard

Ver such mal Folgendes:
Code:
<head>
[...]
<script language="JavaScript" type="text/javascript">
<!--
if (window.screen.width > 800)
{
     document.writeln('<link rel="StyleSheet" type="text/css" href="1024.css" />');
}
else
{
     document.writeln('<link rel="StyleSheet" type="text/css" src="800.css" />
}
//-->
</script>
<noscript>
<link rel="StyleSheet" type="text/css" href="800.css" />
</noscript>
[...]
</head>
HTH

~
____________________________________
LOL - Mein erstes Post im Programmier Forum

MACINTOSH - Most Applications Crash, If Not The Operating System Hangs
käptn ist offline   Mit Zitat antworten