Toolbar Links CSS Fix for Internet Explorer Quirks Mode
06 Dec 2010 04:29 PM
    Some DNN skins that are not using XHTML or skins that do not have a Doctype specified are seeing a small graphical glitch in the latest version of Active Forums. The Toolbar links at the top of the forums are stacked up vertically instead of horizontally like they used to be.

    To resolve this error, you will need to make a minor change to the css file.

    Open the DesktopModules/ActiveForums/module.css file

    Find this line:

    ul.af-list-flat li{display:inline-block;}

    And change it to this:

    ul.af-list-flat li{display:inline;}


    Save the file and refresh the page.
    You are not authorized to post a reply.
    test
    Copyright 2012 by DotNetNuke Corporation / Terms of Use / Privacy