Page 1 of 1

Can you control an iframe that's hidden in a <div>?

Posted: Tue Aug 18, 2015 4:58 am
by simonmlewis

Code: Select all

<div id=ROMAN_RDD_EMAILME></div>
This is a DIV that generates a popup when someone clicks on this:

Code: Select all

<script language="JavaScript">document.write(roc_rdd_emailme_$row->romancode);</script>
But the styling of the content ( a form and basic text ) is not right for the web site.
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; }

Re: Can you control an iframe that's hidden in a <div>?

Posted: Tue Aug 18, 2015 5:37 am
by Celauran
No

Re: Can you control an iframe that's hidden in a <div>?

Posted: Tue Aug 18, 2015 5:53 am
by simonmlewis
Ta.