Having issues keeping css with <li> list

I am trying to convert this tutorial that I found to style a link list, but it is using text instead of links. When I try replacing the text with links, it loses the css I have tried to add the p css to the a but it isn’t working. I know I am missing something simple but I cannot figure it out.

Here is what I am after

http://cssdeck.com/labs/pure-css-list-box-in-multiple-colors

Looks like this is a URL to the tutorial example.

Can you give us a link to your code so we can try to determine what is going wrong?

could be something over-riding your style…try add important to see if this is the case

a{
color:green !important;
}

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.