Images next to links with CSS, how to?
Apfhex (325 pencils) | Tue, 2006-06-06 00:33A lot of sites use CSS to put little images next to links automatically. How do I do this?
Commenting on this Forum topic is closed.
A lot of sites use CSS to put little images next to links automatically. How do I do this?
Commenting on this Forum topic is closed.
If you need a logo for your company or product you can get it done with us.
In our logo store you can pick from over 28,000 pre-made logos that will be customized to your name for free or you can post a contest for us for just $250 and our designers from all over the world will submit dozens of logo design suggestions to your specific needs.
Maybe something like this:
a {
display:block;
background-image: url('dir/dir/image_name.gif');
background-repeat: no-repeat;
text-indent: 15px;
height: 15px;
}
----------------------
http://mijlee.com
----------------------