On Thu, 16 Jun 2005 20:20:43 +0100, Alisha wrote:
> ..
> <div id="foot">
> <ul>
> <li><a href="http://....";><img src=".....jpg"></a>
> </ul>
> </div>
>
> and the css easy as it can be..
>
> #foot img {
> border:none
> }
> #foot a:hover img {
> background: #b55ad4;
> }

This will not work because you are using a jpeg image. The background
goes behind the image, so will only show up if the image has parts
that are transparent so the background shows through.

Try using a gif and setting a color to transparent.

Life. Love. Peace.
David
--
David Hucklesby, on 6/16/2005
<http://www.hucklesby.com/>
--


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to