Open in Interactive Outlook Client

CSS Position - IE vs Mozilla

From: jabbify@googlegroups.com <w4jkj1@gmail.com>
To: Jabbify
Received: Sunday, May 24, 2009 09:56 PM

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>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Jabbify" group.
To post to this group, send email to jabbify@googlegroups.com
To unsubscribe from this group, send email to jabbify+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/jabbify?hl=en
-~----------~----~----~----~------~----~------~--~---