I\'m trying to alter the style of something based on wether or not its parent div is being overflown.
.pDiv { display: block; width: 300px; height: 100px; bo
CSS cannot select based on used or computed styles of any kind, so you're out of luck.