css image hover
Posted: Mon Feb 07, 2011 8:49 am
Hi guys,
I am trying to make an image hover in footer. I do understand how it suppose to work but somehow i cant get image to be shown with css. I uploaded image in right folder and tryed with .jpg and with .png but cant get it working.
css code
i dont bother with hover yet becouse i cant get image to be shown.
link to my site
image of twitter and facebook in footer are called in footer.tpl, there should be one more image in front of them (ideal logo), that i am trying to call out with css.
anybody has any idias about it?
I am trying to make an image hover in footer. I do understand how it suppose to work but somehow i cant get image to be shown with css. I uploaded image in right folder and tryed with .jpg and with .png but cant get it working.
css code
Code: Select all
#footer .div1 a{
display: block;
width: 55px;
height: 55px;
display: block;
float: left;
text-align: left;
margin-top: 3px;
padding-left: 1px;
background: url('..image/ideallogobw.png');
background-repeat: repeat-x repeat-y;
background-position: 0 0;
}
link to my site
image of twitter and facebook in footer are called in footer.tpl, there should be one more image in front of them (ideal logo), that i am trying to call out with css.
anybody has any idias about it?