emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] ATTR_HTML for a clickable image, howto?


From: Christian Moe
Subject: Re: [O] ATTR_HTML for a clickable image, howto?
Date: Fri, 06 Apr 2012 11:29:58 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:11.0) Gecko/20120327 Thunderbird/11.0.1

On 4/6/12 10:52 AM, Christian Moe wrote:
All the CSS needed to right-align all images that are children of a
link anchor is:

    a img {float: right;}

Correction: that's "descendants" of a link anchor, not just "children". If you need to limit this to images that are direct children of link anchors, use the selector

      a > img {...}

(Don't think that comes up much in practice, but if you have text links with inline images, e.g. fancy bullets or dvipng'd latex formulas, the code I posted first would not be what you wanted.)

Christian



reply via email to

[Prev in Thread] Current Thread [Next in Thread]