Hi guys sorry for the off topic post.

i am not getting any success with Css @ the moment.

What I need is basically a class in my CSS file that defines everything about A links.

I have this class but it aint working (i know its wrong):

.sideMenu {

hover    {color:white};
visited  {color: black};
visited:hover {color:white};
a:text-decoration : none;

}
 
should this be:

.sideMenu{
 
a-hover color:white;
 
}

??? 

please help me.

thanx.

Reply via email to