Jump to content

Image not "setting" properly?


ricoontheradio

Recommended Posts

The "Tell A Friend" button is not displaying correctly for some reason, and I have no idea how to fix this. This image comes from the .css which I'm not familiar with. I know how to access it, and where the image is, but not sure how to fix this issue:

 

Site: http://www.allpopradio.com

 

Here is the code for that image:

 

.nav1, .nav1 a, .nav1 a:visited, .nav1Current a {

display: block;

width: 128px;

height: 35px;

background: url(images/nav_tellfriend_off.gif);

}

 

.nav1 a:hover, .nav1 a:active {

background: url(images/nav_tellfriend_on.gif);

}

 

.nav1Current, .nav1Current a, .nav1Current a:visited, .nav1Current a:active, .nav1Current a:hover {

background: url(images/nav_tellfriend_on.gif);

}

 

Ideas/thoughts on how to fix? Thank you in advance for any help.

Link to comment
https://forums.phpfreaks.com/topic/151190-image-not-setting-properly/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.