You are here: Re: add an image to a link with CSS - possible? « HTML « IT news, forums, messages
Re: add an image to a link with CSS - possible?

Posted by Jonathan N. Little on 11/23/07 17:13

Tomasz Chmielewski wrote:
> I have a part of a page which contains text links to other subpages:
>
> <a href="subpage.html">Subpage</a>
>
> Now, I'd like each link to contain a tiny image after each text:
>
> <a href="subpage.html">Subpage<img src="arrow.png"></a>
>
>
> Is it possible to do something similar with CSS only?
>
> Something like:
>
> a:after { content: blah_image }
>
> Which would add an image after each link?

no because generated content is just play text, no html. What you can do
is make a special class with the image as a background and using
padding to show the arrow.

/* arrow.png is say 10x10px */

a.subpage{
padding-right: 12px;
background: transparent url(arrow.png) no-repeat top right;
}

<a href="subpage.html" class="subpage">Subpage</a>


--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com

 

Navigation:

[Reply to this message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация