links for 2006-11-23

Update: yes, the capitalised headlines thingy worked. Obviously it doesn’t change the underlying lower-case word in the Movable Type database, but it displays it with an initial capital when viewed via a CSS-capable browser. For the technically curious, my post titles are coded as follows:

<P class="title"><a class="permalink" href="<$MTEntryLink$>"><$MTEntryTitle$></a></P>

The CSS magic that does the initial cap is as follows:

P.title:first-letter { text-transform: capitalize ; }
This entry was posted in Delicious. Bookmark the permalink.

3 Responses to links for 2006-11-23

  1. Gordon says:

    You need to apply the same CSS to the mouseover state or something. I get capital “Links for..” until I mouseover it and it switches to “links for..”
    Anyway, missed the change last week. V.nice. I remain undecided about the del.icio.us dumps though but that’s just me.
    I DO like yer use of Flickr and overall this is ‘my kinda site’. Slick, smooth, uncluttered and hey, look at all that great content!

  2. Hg says:

    Oh, thanks for the mouseover tip – hadn’t spotted that one. I’ll see what I can do.
    I might end up styling the del.icio.us dumps differently, to distinguish them from the other stuff. Not sure yet.
    Thanks for your other comments, glad you like it. I think I might even go the whole hog and redesign that banner graphic too. I’m keeping it for now to provide continuity, but it’s starting to look a little tired to me.

  3. Hg says:

    Right, this forum thread covers the first-letter de-capitalisation on mouseover thing.
    It appears to be a Firefox bug, which hasn’t been fixed in Firefox 2.0. Looks like the only feasible workaround would actually capitalise the first letter of all links on mouseover, not just the permalinks.
    That seems to be a case of fixing one thing by breaking another, so I’m going to leave it as it is and wait for the Firefox bug fix.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>