Hey, I'm working with an iframe and trying to reference a CSS element that is located on the source page. Here's the iframe code:
<iframe id="CPHNavBar_TBDC081D1008_frameSticky" src="/stickyserviceavailabilitycheck"></iframe>
I want to select this CSS element when on the source page:
document.getElementById("ContentPlaceHolder1_C001_btnSMBAddressCheckYes");
Is it possible to reference the CSS element from the page hosted within the iframe?