[css-d] XHTML Layout

2005-11-21 Thread Anders Rasmussen
Hello people, I'm trying to build an administrative website using XHTML - the main layout has to consist of a header, footer and content. My problem is; How do I get the content to 'fill out the screen' height-wise, so the footer always stands out at the bottom of the browser, even though there

SV: [css-d] Delivering a site on a PDA (How does Google do it?)

2005-10-25 Thread Anders Rasmussen
Hi, You could perhaps do with some Javascript like navigator.userAgent combined with navigator.appVersion to find out what OS and browser your visitors are using, and then redirect accordingly. var useragent = navigator.userAgent; var browser = navigator.appName; var vers