background-image and link?

R

Rich West

Can anyone tell me what I'm doing wrong here? I'd like to add a background
image as a rollover in the hover condition (mouse over). I've tried the
following code and it works in NS7 but not in IE6.

Here's what I put in the style sheet. The links are <a> elements in the div
named menu.

div#menu a:link {
display: block;
margin: 14;
color: #65786D;
font-size: 14pt;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
}

div#menu a:visited {
display: block;
margin: 14;
color: #65786D;
font-size: 14pt;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
}

div#menu a:hover {
display: block;
margin: 14;
color: #65786D;
font-size: 14pt;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
background-image: url(mtxtbkg.jpg);
}

Also, do I need to repeat all the code for each case? Or just what changes?
Do I need a style for the a element alone?

Thanks in advance for your help.
 
R

Rich West

Maybe I can answer my own question: adding a background-color to the hover
condition seems to have fixed the problem. I don't know why, but it's
probably a good idea anyway incase some browser doesn't display the image.
 
B

brucie

Can anyone tell me what I'm doing wrong here?

a URL would have been much better
I'd like to add a background image as a rollover in the hover
condition (mouse over).
http://www.pixy.cz/blogg/clanky/cssnopreloadrollovers/

Also, do I need to repeat all the code for each case?
Or just what changes?

it depends, usually just what changes. fun giggly things like the
cascade, inheritance and bugs have an effect.
Do I need a style for the a element alone?

if its different from the default.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,756
Messages
2,569,540
Members
45,025
Latest member
KetoRushACVFitness

Latest Threads

Top