I am working on an old app that uses 3 frames. One of the frames has a "name" attribute
I am trying to target it via css like this but it's not working.
HTML
<frame name="classFrame" src="test2_files/overview-summary.htm"></frame>
CSS
frame[name=classFrame] body{ font-family:"Courier New", Courier, monospace;}