Jump to content

Image not aligning properly... I think?


ricoontheradio

Recommended Posts

The "Tell A Friend" button is not displaying correctly in Firefox 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
Share on other sites

After playing with firebug for a while messing with the css, I discovered not why it was broken but a solution none the less (assuming it doesn't f up IE). Change this css class to:

.popup2 {
color:#000;
text-decoration: none;
font-weight: bold;
        postioning:relative;
        height:38px;
}

All I did was add that height value.

Make sure you save a backup copy of your css file before messing with it :-)

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.