|
Starhugger -> RE: 15 CSS properties you never use, but maybe should (2/21/2007 19:16:19)
|
According to SitePoint's Designing Without Tables Using CSS (published 2003, 2006) which has a complete and very useful list of CSS properties: - clip is buggy or inconsistent in Netscape 4, IE4 for Macs and Opera.
- content isn't supported by IE at all up to 6 (don't know about 7, since it was released after the book).
- visibility: collapse isn't compatible in any browsers, although :hidden and :visible are supported by all browsers.
- quotes work differently in different browsers.
- font-variant is supported but seems to be a bit buggy or inconsistent.
- table-layout only works in IE5 or later and Opera 7.
- empty-cells are supported only by Netscape 6 and Mozilla broswers, and not at all at least up to IE6 (7 unknown).
- I can personally testify that page-break-before and -after, and widows and orphans are useless (at least in IE7 and FF1.5).
- text-shadow, counter-increment, counter-reset, marks, font-size-adjust and font-stretch are not supported by any browsers (as of publication).
There are a lot of very cool and potentially useful CSS properties that aren't used by browsers. Makes me wonder why they were created, but I guess the creators aren't those who apply the stuff. I really wish some of these were usable on a reasonably consistent basis! I believe there's a new version of the book available, so maybe it has more up-to-date info about these properties. Thanks for the link c1sissy! Starhugger
|
|
|
|