5cb1cf60 by Dan Rempel

added label to expanding ads

1 parent 766fc5cc
......@@ -27,7 +27,10 @@
<iframe id='' class="b300x600" scrolling="no" src="en_300x600_EY_2016FallPMM_globalCannon_c01/index.html"></iframe>
<iframe id='' class="b300x600" scrolling="no" src="en_300x600_EY_2016FallPMM_nationalGeneral_c01/index.html"></iframe>
<iframe id='' class="b600x600" scrolling="no" src="en_300x600_EY_2016FallPMM_nationalGeneral_c01/expanded.html"></iframe>
<div class="label" style="margin-top: -60px;">
<p>When in the media, this expanded video panel will appear overtop of the main ad after a user click on the play button in the main ad.</p>
<iframe id='' class="b600x600" scrolling="no" src="en_300x600_EY_2016FallPMM_nationalGeneral_c01/expanded.html"></iframe>
</div>
<!--
<iframe id='' class="b300x600" scrolling="no" src="en_300x600_EY_2016FallPMM_nationalEntrepreneur_c01/index.html"></iframe>
<iframe id='' class="b300x600" scrolling="no" src="en_300x600_EY_2016FallPMM_bc_c01/index.html"></iframe>
......
......@@ -26,7 +26,10 @@
<h1>300x1050</h1>
<iframe id='' class="b300x1050" scrolling="no" src="en_300x1050_EY_2016FallPMM_nationalGeneral_c01/index.html"></iframe>
<div class="label" style="margin-top: 500px;">
<p>When in the media, this expanded video panel will appear overtop of the main ad after a user click on the play button in the main ad.</p>
<iframe id='' class="b300x1050exp" scrolling="no" src="en_300x1050_EY_2016FallPMM_nationalGeneral_c01/expanded.html"></iframe>
</div>
</body>
</html>
......
......@@ -34,9 +34,18 @@ iframe {
iframe::-webkit-scrollbar {
display: none;
}
display:inline;
display:inline-block;
vertical-align:middle;
}
.label {
display:inline-block;
margin: 0px;
width: 400px;
vertical-align: top;
}
.label p{
margin: 0px 20px -10px 20px;
}
.b300x250 {
width: 300px;
......