RE: Complete CSS1 implementation in IE4?

It is our goal to have the full CSS1 specification implemented in IE4.
We certainly did not have that in build 535.1 (which is several months
old now).  Both of the issues you mention (borders and background-image
repeat) have now been fully implemented - expect to see them in Beta 2
of IE 4.0.

Hope that helps,
	-Chris
Chris Wilson
cwilso@microsoft.com

> -----Original Message-----
> From:	Jay [SMTP:jay@tui.co.uk]
> Sent:	Monday, June 02, 1997 12:30 PM
> To:	www-style@w3.org
> Subject:	Complete CSS1 implementation in IE4?
> 
> Can anyone confirm that the full CSS1 spec is implemented in IE4?
> (I'm using
> build 4.71.0535.1)
> 
> I'm currently writing a CSS1 style sheet editor (for Windows) with
> optional
> IE3/IE4 preview (using COM), but can't seem to get the border:
> attribute to
> render.  Is this actually the case?  Should
> 
> ..
> <style>
> P.BlueBorder: {border: solid blue}
> </style>
> ..
> <P class=BlueBorder>This paragraph should be surrounded by a blue
> border. This
> paragraph should be surrounded by a blue border. This paragraph should
> be
> surrounded by a blue border.</P>
> 
> 
> display a border?
> 
> I've so far implemented Font Properties, Color & Background Properties
> & am
> starting on Text Properties (but wanted a sneak preview of the border
> properties!).  The background: repeat-x, repeat-y and no-repeat
> properties
> also don't seem to work.
> 
> Jay.
> --
> Jay Gooby jay@tui.co.uk
> Tui Interactive Media
> http://www.tui.co.uk
> 34-35 Dean Street London W1V 5AP UK
> +44 (0) 171 734 7757 

Received on Monday, 2 June 1997 16:56:40 UTC