Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
banners-with-skip
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
5cb1cf60
authored
2016-11-10 10:03:47 -0500
by
Dan Rempel
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
added label to expanding ads
1 parent
766fc5cc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
2 deletions
16-129-032c EY 2016 fall online ads/publish/300x600.html
16-129-032c EY 2016 fall online ads/publish/index.html
16-129-032c EY 2016 fall online ads/publish/main.css
16-129-032c EY 2016 fall online ads/publish/300x600.html
View file @
5cb1cf6
...
...
@@ -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>
...
...
16-129-032c EY 2016 fall online ads/publish/index.html
View file @
5cb1cf6
...
...
@@ -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>
...
...
16-129-032c EY 2016 fall online ads/publish/main.css
View file @
5cb1cf6
...
...
@@ -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
;
...
...
Please
register
or
sign in
to post a comment