• Resolved jend70sugar

    (@jend70sugar)


    I’m working on my companies webpage which i did not build, i am just maintaining and updating it. When I changed the colors of the links on the navigation menu these white boxes show up over them in firefox. When you move your mouse over them the box goes away. I’ve tried having no hover with no success. I know pretty basic html so any help would be much appreciated.

    http://www.andayaonline.com

Viewing 5 replies - 1 through 5 (of 5 total)
  • dfunkydog

    (@dfunkydog)

    search for a:active in your stylesheet, remove borders.

    Thread Starter jend70sugar

    (@jend70sugar)

    Is this right? i added border: 0px in the themes style sheet with no change. Am I putting it in the right spot? Or should i use a different method of removing borders?

    #navigation a:hover, #navigation a:active {
    color: none;
    background-color:transparent;
    text-shadow: 1px 1px 10px rgba(255, 0, 0, 5);
    border: 0px

    esmi

    (@esmi)

    Remove background-color:#fff; from:

    #cart-widget a:link, a:visited, a:hover, a:active {
        background-color:#fff;
        color:#fff;
    }

    in style.css.

    Thread Starter jend70sugar

    (@jend70sugar)

    it worked! thank you so much! i tried everything else and never thought about trying on the cart widget!

    Thread Starter jend70sugar

    (@jend70sugar)

    One more thing, this is the only other thing I can’t figure out or find an answer for. On the products page where all the shirts show, there is a white line under them. They aren’t there on the single product page. Any ideas what that could be or how I can fix that? Possibly a link issue?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘box over links in firefox’ is closed to new replies.