I got a great answer to my question here about showing a "hover tip" when over a particular segment of text (plus other helpful tips).
But then I thought: Rather than writing "Title="Bla bla bla bla" in a gazillion places, is it possible to delegate that to the CSS class, like so:
.billybob
{
color: lime;
Title="this is the title for Billy Bob";
}
I have an example of trying that out here, but no joy in Mudville.
Is it possible, or am I stuck with explicitly adding the Title to every place where a class is referenced in HTML?
::beforeand::afterandconentproperty but you won't affect existing attributes, just writing text (or images) in the pseudo-element you're defining. Be carefull using this though, CSS are not the place for content just as HTML is not the place for styling... When dealing with a multilingual site you'll soon discover why it's a bad idea.contentproperty to achieve this via a pseudo element... for example - jsfiddle.net/hs3dok9z