Paul Noone wrote:
> Set a width or padding on your exit class that is sufficient to display the
> image.

On 11/24/05, Bert Doorn <[EMAIL PROTECTED]> wrote:

> In fact, the span doesn't need a class at all if you do this:
> a.external span { /* whatever styles needed  */ }
><a class="external">Blah<span> </span></a>
>
> FWIW, I don't like the idea of adding extra, non semantic markup
> for presentational purposes.

One way to avoid dealing with whether or not an empty span displays
its background (and perhaps to salve the conscience over non-semantic
markup) is to place the last word of the link within the span.

So   <a class="external">The last <span>word</span></a> for longer links
that might split over lines; which collapses to
<a class="external"><span>Blah</span></a> when there is only a single word.

Bob
******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

Reply via email to