una soluzione javascrip è questa...

if (screen.width>=1024)
{document.write('<link rel="stylesheet" href="<? echo $style; ?>-1024x768.css" type="text/css">')}
else
{document.write('<link rel="stylesheet" href="<? echo $style; ?>-800x600.css" type="text/css">')}


il problema è che non viene validata da XHTML 1 strict.

qualcuno sa come fare la stessa cosa senza il javascrip ma solo con php?