Re: Proprietary Properties?

-----Original Message-----
From: Eric A. Meyer <eam3@po.cwru.edu>
To: www-style@w3.org <www-style@w3.org>
Date: Wednesday, December 10, 1997 6:55 AM
Subject: Re: Proprietary Properties?


...
>
>   I've recently heard that one may also use 'align: left' in the place of
>'float: left' in at least one, and possibly both, of the Big Two's
>browsers.  What's up with that?

used:

<style type="text/css">
.image {border:5px outset #474747; width:88px; height:31px; align:left;}
</style>

and

<div style="width:85%;">
Here is some text. It's here to see if the image will try to align itself to
the left.
That isn't supposed to happen.
<img src="cssts.gif" align="right" class="image">
</div>

With IEv4.01 the above failed to align the image to the left.
Works just like it's not supposed to in Nv4.04.
Tested in the Windows 95 environment.

later,
gordon

Received on Wednesday, 10 December 1997 10:53:09 UTC