I'm attempting to change the properties of a div when a different div has been :target(ed). A JSFiddle is here: http://jsfiddle.net/FC5sQ/. The line where (I believe) the issue stems from is the
#tevents:target ~ .titlewrap {top:0;}
line in the CSS. Basically, once the #tevents id is targeted, I want the titlewrap class to have a top value of 0.