CSS
I noticed CSS’s bizzare behaviour yesterday …discussed below. Situation: I have a nested unordered list so something like: begin ul begin li end li begin ul begin li end li end ul end ul Rule that worked in both IE7 and Firefox: ul ul li{ } //which makes perfect sense But for some reason IE7 [...]