Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. Treeview style forecolor nodes

Treeview style forecolor nodes

Scheduled Pinned Locked Moved Web Development
questioncss
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    dptalt
    wrote on last edited by
    #1

    I'm trying to set the foreground color for all treeview nodes in css but cannot get it to work. I'm using the following: { color:black } How can I get this to work?

    C 1 Reply Last reply
    0
    • D dptalt

      I'm trying to set the foreground color for all treeview nodes in css but cannot get it to work. I'm using the following: { color:black } How can I get this to work?

      C Offline
      C Offline
      cjoki
      wrote on last edited by
      #2

      I hope you are referencing the objects id, class or tag... some examples p{ color:#000; } .myclass{ color:#000; } #myid{ color:#000; } You can also apply the css to all elements like *{ color:#000; } The #000 is shorthand for #000000 and is black. BTW - You are placing the style tags around your css or referencing it in a link tag? All the Best!

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups