• Resolved mprivett

    (@mprivett)


    Installed 2.0.1 yesterday on a new site (www.5solas.com) and am running the Rin theme with a couple of modifications. Have noticed that my links show up fine in IE (with the white background and what not), but in Firefox they show up, but not correctly. Can anyone discern what might be causing the problem? Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • geoffe

    (@geoffe)

    you should provide a link so we can see the display problem

    Thread Starter mprivett

    (@mprivett)

    geoffe

    (@geoffe)

    I see. IE is more forgiving in structure of the markup. There are cleaner ways to code your CSS, but for simplicity in fixing this, try adding in these style rules:

    #blogroll ul li {
    margin: 4px 10px 4px 10px;
    display: block;
    background: url(images/bullet.jpg) no-repeat;
    padding: 0 0 0 18px;
    }
    #blogroll ul{
    background: #fff;
    margin: 0 5px 0 0;
    padding: 10px 5PX 15px 5px;
    }
    #blogroll ul li a{
    display: block;
    height:1%; /* IE WIN */
    }
    #blogroll ul li a:hover{
    background: #F0F0F0;
    text-decoration: none;
    }

    Thread Starter mprivett

    (@mprivett)

    That did it. Thanks a bunch.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Links not appearing correctly in Firefox’ is closed to new replies.