Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 6th, 2012  |  syntax: None  |  size: 0.38 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. css: link color in UL class does not override default color for div
  2. #main-alt-2 a:link {color:#39c;}
  3. #main-alt-2 a:visited {color:#39c;}
  4.        
  5. ul.menu a:link {
  6. font-weight:bold;
  7. display:block;
  8. text-decoration:none;  
  9. color:#323232;
  10. }
  11.        
  12. ul.menu a:link {color: #323232 !important;}
  13.        
  14. #main-alt-2 ul.menu a:link {
  15. font-weight:bold;
  16. display:block;
  17. text-decoration:none;  
  18. color:#323232;
  19. }