What I am trying to do is detect the browser a user is using, and then if its anything but IE, display a specicifc div element, in this case "footer", but if the user is using IE, do not display this element. Or, which is probably easier, detect the browser, and if IE, display nothing, else, display "blah".
Ok that sounded very weird after re-reading, so I'll just show you what I mean.
http://sammyservers.com - The bottom footer containing the links works fine in all browsers (that I have checked) except IE, which positions it further across the page. So I am trying to just hide that element, if the user is using IE.