Another site launch
Last Post 05/31/2011 12:22 PM by Dan-o. 2 Replies.
Author Messages
Dan-o
Nuke Newbie
Nuke Newbie
Posts:8


--
05/31/2011 11:33 AM

    Any feedback appreciated - We launched http://finrecords.com/ this past weekend. The site uses DNNspot for the store, EasyDNNGallery for videos and music, a module for signing up to Constant Contact. The record label is in the process of adding more content and bands so some parts are sparse right now.

    One nit that I haven't figured out is that there is an outline on the top menu items when I click on them. I've noticed on other sites that there will be a border around the DNN nav menu when it's clicked. Has anyone else seen this?

    We're going to roll out a few more sites in the next couple of weeks.

    thanks,

    Dan


    Joseph Craig
    DNN MVP
    Posts:11667


    --
    05/31/2011 11:52 AM
    Try:

    a:focus {
    border: none;
    outline: none;
    }

    to get rid of the outline on links.

    Joe Craig, Patapsco Research Group
    Complete DNN Support
    Dan-o
    Nuke Newbie
    Nuke Newbie
    Posts:8


    --
    05/31/2011 12:22 PM
    Thanks! That worked.

    Dan


    ---