Looking for help on why the following position statement appears
differently in Mozilla. Here's a simple example and absolutely
possible I'm just doing something wrong so I'll gladly take the
constructive criticsm. In Mozilla, the chat window is placed as
indicated, but in IE, it returns to the default, lower right corner of
the browser. Thanks!
<html>
<head>
<style>
#jabbify #jabbify_window { position:absolute; bottom:0px; left:
165px; }
</style>
</head>
<body>
<script type="text/javascript"
src="
http://jabbify.com/side.js">
</script>
</body>
</html>