Eric does a linklog. In for a penny, in for a dollar. The one thing that bugs me about this type of link blog with the commentary in the title
attribute is that Mozilla and family cuts off the title
tooltip when you hover over the link. To see the entire message I either have to view source or right click and chose “Properties”, which also has a set length and I usually have to select the text and move my mouse to get it to “scroll.” Is there a better solution?
Related Posts
I’m writing this mainly for my sister Charleen, who wanted to know this for something on Mullenweg.com, but hopefully it will be helpful to anyone wanting to learn a little HTML. Most Basic The purpose of the anchor, or tag, is to reference someplace. Links are the very essence…
Check out this great article on an exciting discovery of John Coltrane and Eric Dolphy playing together. The album comes out July 14th. Hat tip: Aaron Wieczorek.
The infamous Eric Meyer, as you may know, powers his blog with WordPress. In the course of customizing WordPress to meet his needs we chatted quite a bit and he extended the functions he needed to extend using the 1.2 plugin format, and he is now sharing his work with…
And if anyone says “use Internet Explorer” I’m gonna scream.
Nope, and technically Mozilla has implemented to the spec. The spec doesn’t allow for line breaks in the title attribute either. The spec is stupid.
There is an extension that does this :- Popup ALT attributes
Write concisely.
“Eliminate all unnecessary words.”
GFM <– “Okay, so I own a copy of Strunk and White.”
For what it’s worth, I agree with you about relying on the
title
attribute, but that was the least icky of the solutions I considered (and yes, I thought about doing it the photomatt.net way). Soon I’ll have a linkblog page where the captions are inline, not title values. That just wasn’t a front-burner feature.Paul, thanks! That looks like it’ll hit the spot.
David and Geof, you pranksters.
Eric, tres cool. Thanks.
#www-meyerweb-com #sideblogs a[title]:hover:after{ content: ' [' attr(title) ']'; }
…in your userContent.css?
Justin, very nice!
From what I’ve seen (and I can’t double-check this here and now), Firefox 0.8 may chop things off, but the newly released 0.9 doesn’t.
I can confirm that Firefox 0.9 does, unfortunately, still chop titles (at least under Windows).
Ditto on that confirmation. Just noticed it (and am greatly annoyed, since I use TITLE tags as a glossary in my sidebar).
Fortunately, 93% of my viewers can still see it just fine …