Non-standard CSS properties/rules/etc..

Hi --

Someone asked about CSS 'extensions' (proprietary and otherwise)
that are  implemented on IE4 and NS4.  Here is a little table I'd been
working on, based on what I've seen in operation, and also seen in the 
MS/NS documentation. Some of these are, of coures, defined in some
woring documents -- I haven't checked to seewhat got into CSS2.

Internet Explorer 4
-------------------

 A) PSEUDOCLASSES
       :hover              pseudoclass for mouse hovering over element

 B) PROPERTIES
       filter:            define a special effects filter for the 
                          associated element
       page-break-before: 
       page-break-after:  
       cursor:            specify type of cursor symbol (auto, 
                          crosshair, default, hand,move,e-resize, 
                          ne-resize, w-resize, nw-resize,
                          se-resize, sw-resize, s-resize, n-resize,
                          text, wait) 
  C) @-RULES
       @font-face  { font-family: name;
                     src:  url('url-to-font'); 
                     .....
                   }


Netscape Navigator 4
--------------------

      @fontdef {url('url-to-font');}  For TrueDoc fonts (I think they also
                                      support the newer @font-face

      include-source:  url('url');    Including HTML documents into
                                      layer elements.
--
Ian Graham ......................... Centre for Academic Technology
i a n   d o t   g r a h a m    a t    u t o r o n t o   d o t   c a
Information Commons                               Tel: 416-978-4548
University of Toronto                             Fax: 416-978-7705
..................... http://www.utoronto.ca/ian/ .................
 
 

Received on Sunday, 14 December 1997 20:45:22 UTC