Forum Moderators: not2easy
I'm defining styles to my li's using the following snippet:
ul#main ul.sub li a{
color: #23aee7;
padding: 0 0 0 15px;
line-height: 14px;
}
All is well until I click on one of the links, I have some asp code running behind to set a class when a link is clicked - it sets the class perfect (say if a specify a border) but it will not change the color to the one specified in the class, it seems no matter what I do I cannot overide the default color set above..
Any ideas?