Chris Taylor wrote:
  .externalLink < img

The concept has been mooted before, but I'm not aware its been formally proposed at W3C, even in CSS3 :(
Your only option (that I can think of) is something like:

<a href="http://www.webstandards.org"; class="externalLinkText">Web Standards group</a>

<a href="http://www.webstandards.org"; class="externalLinkImage"><img src="wsg.png" alt="Web standards group" /></a>

.externalLinkImage
  {
        background: transparent;
        padding: 0;
  }

HIH!

Lea
--
Lea de Groot
Brisbane, Australia
******************************************************
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