[thelist] Screen Resloution Detection.

Erik Mattheis gozz at gozz.com
Sun May 20 15:58:14 CDT 2001


>if (screen && typeof screen.width == 'number') {
>   // then you know you know screen.width will return
>   // a number regardless of the browser
>}

oops, sorry should be:

if (window.screen && typeof screen.width == 'number') { }

Maybe I should stick to tackling Flash problems ...
-- 

- Erik Mattheis

"For best results, pronounce muh THEIGH ess."

(612) 827 3963




More information about the thelist mailing list