Can you control an iframe that's hidden in a <div>?
Posted: Tue Aug 18, 2015 4:58 am
Code: Select all
<div id=ROMAN_RDD_EMAILME></div>Code: Select all
<script language="JavaScript">document.write(roc_rdd_emailme_$row->romancode);</script>We cannot adjust it as it's remote, and because one site's look may differ from another.
Is there some way that you can control the input style and font style, from outside?
ie. you can do this for an input box inside a div:
Code: Select all
.mydiv input { font-size: 12px; }