Nothing physical.
I just re-discovered CSS’s background-position property. I don’t use it anywhere near enough, and really should. It can do loads of useful stuff — a good example being the navigation on Dave Shea’s mezzoblue.
Anyone else been guilty of property neglect lately?
posted on Thursday, May 5th, 2005 at 9:48 pm by Josh, filed under Web Standards.

You talkin’ about
top left no-repeattype of thing?Typically, I declare all the background values with since the solo
backgroundproperty:background: #fff url(/images/bg.big) top left no-repeat;I don’t think I’ve ever actually declared
background-positionon it’s own.As far as “seldom used” CSS properties — for me — there’s a fine line between neglecting a property “out of forgetfullness,” and neglecting a property “out of misunderstanding.”
In other words, I don’t use some properties because some are a little more tricky than others.
Such as
clear.All in all, I have to say I don’t use
displayas often as I would like.Yeah, I was actually thinking of pixel positioning (how mezzoblue’s primary nav rollover effect is achieved)… it’s stupidly complicated, I guess, but also potentially very useful. I’m in the process of making myself understand how it works for a client.