navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

15 CSS properties you never use, but maybe should

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Cascading Style Sheets >> 15 CSS properties you never use, but maybe should
Page: [1]
 
c1sissy

 

Posts: 5079
Joined: 7/20/2002
From: NJ
Status: offline

 
15 CSS properties you never use, but maybe should - 2/18/2007 8:23:37   
15 CSS Properties You Probably Never Use (but perhaps should)

This is a very interesting list of properties with their explainations.

_____________________________

Deb-aka-c4Ksissy
high panjandurum and alpha female of the silverback tribe
As decreed by Jesper 5-24-2003.
The only stupid question is... the one that is never asked!!
http://directory.css-styling.com
http://fmsforum.com
http://positioniseverything.net/
http://www.tanfa.co.uk/
Tailslide

 

Posts: 5915
Joined: 5/10/2005
From: Out here on the raggedy edge
Status: offline

 
RE: 15 CSS properties you never use, but maybe should - 2/18/2007 8:28:28   
It's an interesting article - although there's a good reason why many of those are rarely used (they don't work in enough browsers).

_____________________________

"My strategy is so simple an idiot could have devised it"
Little Blue Plane Web Design | Blood, Sweat & Rust - A Land Rover restoration project

(in reply to c1sissy)
jaybee

 

Posts: 13959
Joined: 10/7/2003
From: Berkshire, UK
Status: offline

 
RE: 15 CSS properties you never use, but maybe should - 2/18/2007 12:00:34   
There are also some there that work in all browsers but do completely different things. If you use any of them check them out in all the main browsers to see what the differences are.

_____________________________

If it ain't broke..... fix it until it is.
:)

:)
GAWDS
Now where did I put that Doctype?

(in reply to Tailslide)
c1sissy

 

Posts: 5079
Joined: 7/20/2002
From: NJ
Status: offline

 
RE: 15 CSS properties you never use, but maybe should - 2/18/2007 14:16:29   
quote:

These are all CSS level 2 properties but some of them don't work in all browsers, so make sure and test things out before putting them into use.


The autor of the article states that you need to check this out before using.

_____________________________

Deb-aka-c4Ksissy
high panjandurum and alpha female of the silverback tribe
As decreed by Jesper 5-24-2003.
The only stupid question is... the one that is never asked!!
http://directory.css-styling.com
http://fmsforum.com
http://positioniseverything.net/
http://www.tanfa.co.uk/

(in reply to jaybee)
Starhugger

 

Posts: 494
Joined: 4/12/2005
Status: offline

 
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

(in reply to c1sissy)
Tailslide

 

Posts: 5915
Joined: 5/10/2005
From: Out here on the raggedy edge
Status: offline

 
RE: 15 CSS properties you never use, but maybe should - 2/22/2007 3:05:02   
I reckon that your list is fairly accurate currently Starhugger. Font-variant is pretty much ok - I use that one a fair bit.

_____________________________

"My strategy is so simple an idiot could have devised it"
Little Blue Plane Web Design | Blood, Sweat & Rust - A Land Rover restoration project

(in reply to Starhugger)
jaybee

 

Posts: 13959
Joined: 10/7/2003
From: Berkshire, UK
Status: offline

 
RE: 15 CSS properties you never use, but maybe should - 2/22/2007 6:38:08   
quote:

I can personally testify that page-break-before and -after, and widows and orphans are useless (at least in IE7 and FF1.5).
Tell me about it. I spent a good few hours coming up with a really cool use for it and then had my hopes dashed upon the rocks of nothingness. :)

_____________________________

If it ain't broke..... fix it until it is.
:)

:)
GAWDS
Now where did I put that Doctype?

(in reply to Tailslide)
Starhugger

 

Posts: 494
Joined: 4/12/2005
Status: offline

 
RE: 15 CSS properties you never use, but maybe should - 2/22/2007 12:45:43   
quote:

ORIGINAL: Tailslide

Font-variant is pretty much ok - I use that one a fair bit.

Do you know if it's compatible with the older browsers? I've wished I could use it sometimes but figured it was a waste of time.

SH

(in reply to Tailslide)
Starhugger

 

Posts: 494
Joined: 4/12/2005
Status: offline

 
RE: 15 CSS properties you never use, but maybe should - 2/22/2007 12:48:34   
quote:

ORIGINAL: jaybee

Tell me about it. I spent a good few hours coming up with a really cool use for it and then had my hopes dashed upon the rocks of nothingness. :)

Yup, you were the one who helped me realize it wasn't just my lack of programming skills that was at fault when I tried to use it in an application several months ago. Not that I didn't keep trying anyway...
:)

SH

(in reply to jaybee)
Tailslide

 

Posts: 5915
Joined: 5/10/2005
From: Out here on the raggedy edge
Status: offline

 
RE: 15 CSS properties you never use, but maybe should - 2/23/2007 2:55:21   
Dunno about older browsers. I have used it and not noticed an issue (can't quite remember where). It's one of those things that even if it's not understood it's not fatal - you just get normal text rather than the variant.

_____________________________

"My strategy is so simple an idiot could have devised it"
Little Blue Plane Web Design | Blood, Sweat & Rust - A Land Rover restoration project

(in reply to Starhugger)
Page:   [1]

All Forums >> Web Development >> Cascading Style Sheets >> 15 CSS properties you never use, but maybe should
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts