Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • nadine 25 posts 75 karma points
    Dec 09, 2009 @ 07:04
    nadine
    0

    Where to find the CSS for the Site Map?

    I've created a site map via an XSLT standard Site Map File and macro which I've added to my richtext editor controls. It displays the site map perfectly in the editor but when I publish it the site styles take over. Does anyone know where I can find the styles for the site map XSLT so that I can apply them to the site css?

  • nadine 25 posts 75 karma points
    Mar 04, 2010 @ 16:05
    nadine
    0

    For anyone with a similar frustration on styling your site map......

    Didn't find the site map css but put this in my css that made it look pretty swanky:

    #sitemap
    {
     font-size: 100%;
     font-weight: bold;
    }
    #sitemap li ul {
     padding-left: 16px;
     font-size: 90%;
     font-weight: normal;
    }
    #sitemap li {
     list-style: none;
    }
    #sitemap li ul li ul li {
     padding-left: 16px;
     background: url('../media/Assets/arrow_right.gif') no-repeat 0 50%;
    }

    Thanks to http://simplebits.com/notebook/2003/10/19/styling-nested-lists/ 

Please Sign in or register to post replies

Write your reply to:

Draft