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
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