css - turning links swhite in a div using psudocode -


I am trying to change the color of the link in white in a div, but only in CSS in that DS

.leftnav: a {color: white;}

something like

  & lt; Div class = "leftnav" & gt; & Lt; A & gt; Http: /google.com< / A & gt; & Lt; / Div & gt; .leftnav a {color: black}    

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

c# - passing input text from view to contoller with FacebookContext using Facebook app -

Calling a C++ function from C# by passing a string with variable size to it -