Posted by "Ross" on 09/27/05 11:20
This returns the correct value for $width but falls down on the boolean. I have tried intval/srtval but nothing seems to work. Maybe it is too early! $width = " <script> document.write(screen.width); </script>"; //$ross= intval($width); echo $width; if ($width < 1064) { echo "lower"; $style= "style1.css"; } else { $style= "style2.css"; } R.
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming