EricBrian macrumors 6502a Original poster May 24, 2011 #1 In the attached image, you can see the css. On line 1546, the background-color is overridden by background-color on line 985. Can somebody explain why this is? Shouldn't the background color specified on line 1546 win because it comes later in the css? Thanks.
In the attached image, you can see the css. On line 1546, the background-color is overridden by background-color on line 985. Can somebody explain why this is? Shouldn't the background color specified on line 1546 win because it comes later in the css? Thanks.
EricBrian macrumors 6502a Original poster May 24, 2011 #2 Hmmm.... I guess I forgot to consider specificity calculations. Ok, got it now. 🙂