Get rid of dotted line in browsers

Discussion in 'Programming' started by circuscircus, Aug 23, 2007.

Thread Status:
Not open for further replies.
  1. #1
    http://abigfruit.com

    On the top left, I want to get rid of that --------------------

    underneath the buttons
     
    circuscircus, Aug 23, 2007 IP
  2. sea otter

    sea otter Peon

    Messages:
    250
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You'll need to edit the file style.css in your site's root directory and add the following after the definitions for a and a:hover (both are at the top of that file):

    
    marquee a
    {
    border-bottom: none !important;
    }
    
    Code (markup):
     
    sea otter, Aug 23, 2007 IP
Thread Status:
Not open for further replies.