I have a couple questions below. I have a background on my menu bar that is white until way down below on the page, I remove a class="xxxxxx" from an element. The menu bar then turns black and I am so confused as to why changing a style way way down the page of a section html element modifies the color of the navigation bar. I bring up Chrome Dev Tools and peak at the menu section to look for how it gets it's color. The background-color is the VERY last line in this picture and is 'faded' but not crossed out.
The background-color in chrome dev tools shows white like I want but the menu is black. I can verify that if I add element.style { background-color: white }, it turns back white again.
Questions:
- What does faded out mean in Chrome Dev Tools(vs. crossed out)?
- Any ideas/guess or things I can try as to why a menu div background would turn black on me?
thanks, Dean