• Hello,

    i use the function: List Authors It all works great.

    But now i decided to add a seperator. I tried the same for pages:

    #footer-menu LI
    {
    	display: inline;
    	list-style-type: none;
    	border-left: 1px solid #D3D1D3;
    }
    #footer-menu LI:first-child
    {
    	border-left: none;
    }

    But the LI:first-child doesn’t work for the authors, does somebody know the answer?

    thanks in advance

  • The topic ‘List Authors’ is closed to new replies.