Is there any way in PHP to actually detect the width of the browser window?
Mike
nope, screen width/height is a client side variable - you can grab it with javascript and pass it to PHP though.