Hello,
My companying uses a standard template for all Intranet applications 
with an number image links,

e.g.
<a href="/">
   <img src="/templates/images/intrahome.gif" alt="intranet home" 
class="navTabs">
</a>

In my own style-sheet I have added a background colour to all mouse 
hover using the code below:

a:hover {
   color: #0000ff; background: #b0e0e6;
}

The above background colour hover works fine with text links, but not if 
it has an image.

I am a new to CSS and do not know why a colour block appears above the 
image when I hover over it, rather than behind?

Any help will be appreciated.

Regards,

Kamru
-- 

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

Reply via email to