1f8eee0d by Dan Rempel

CWL ads layer order, backups and hover bugs

1 parent 7755c20d
...@@ -173,8 +173,6 @@ ...@@ -173,8 +173,6 @@
173 <body> 173 <body>
174 <div id="border"> 174 <div id="border">
175 <div id="img"><img id="logoImg" src="assets/img@2x.gif" width="300" height="600" style="border-style:none"></div> 175 <div id="img"><img id="logoImg" src="assets/img@2x.gif" width="300" height="600" style="border-style:none"></div>
176 <a id="click-tag" href="javascript:eyeBuild.doClick(0)"></a>
177 <!--<a id="click-tag" href="javascript:window.open(window.clickTag)"></a>-->
178 <video id="video" width="272" height="152"> 176 <video id="video" width="272" height="152">
179 <source src="assets/vid.mp4" type="video/mp4"> 177 <source src="assets/vid.mp4" type="video/mp4">
180 Your browser doesn't support HTML5 video. 178 Your browser doesn't support HTML5 video.
...@@ -183,6 +181,8 @@ ...@@ -183,6 +181,8 @@
183 <button type="button" id="play-pause" class="play"></button> 181 <button type="button" id="play-pause" class="play"></button>
184 </div> 182 </div>
185 183
184 <a id="click-tag" href="javascript:eyeBuild.doClick(0)"></a>
185 <!--<a id="click-tag" href="javascript:window.open(window.clickTag)"></a>-->
186 </div> 186 </div>
187 187
188 </body> 188 </body>
......
...@@ -211,8 +211,6 @@ ...@@ -211,8 +211,6 @@
211 <body> 211 <body>
212 <div id="border"> 212 <div id="border">
213 <!--<div id="img"><img id="" src="assets/img@1x.gif" width="600" height="566" style="border-style:none"></div>--> 213 <!--<div id="img"><img id="" src="assets/img@1x.gif" width="600" height="566" style="border-style:none"></div>-->
214 <a id="click-tag" href="javascript:eyeBuild.doClick(0)"></a>
215 <!--<a id="click-tag" href="javascript:window.open(window.clickTag)"></a>-->
216 <video id="video" width="" height=""> 214 <video id="video" width="" height="">
217 <source src="assets/vid.mp4" type="video/mp4"> 215 <source src="assets/vid.mp4" type="video/mp4">
218 Your browser doesn't support HTML5 video. 216 Your browser doesn't support HTML5 video.
...@@ -230,6 +228,8 @@ ...@@ -230,6 +228,8 @@
230 <img id="txt2" src="assets/txt2.svg" style="border-style:none"> 228 <img id="txt2" src="assets/txt2.svg" style="border-style:none">
231 <img id="logoImg" src="assets/logo.svg" style="border-style:none"> 229 <img id="logoImg" src="assets/logo.svg" style="border-style:none">
232 230
231 <a id="click-tag" href="javascript:eyeBuild.doClick(0)"></a>
232 <!--<a id="click-tag" href="javascript:window.open(window.clickTag)"></a>-->
233 </div> 233 </div>
234 234
235 <!-- jQuery--> 235 <!-- jQuery-->
......
...@@ -112,15 +112,6 @@ ...@@ -112,15 +112,6 @@
112 cursor: pointer; 112 cursor: pointer;
113 box-sizing: border-box; 113 box-sizing: border-box;
114 } 114 }
115
116 #border:hover #cta{
117 background-color: #666666;
118 }
119
120 #border:active #cta{
121 background-color: #000000;
122 }
123
124 #copy1, #copy2{ 115 #copy1, #copy2{
125 position: absolute; 116 position: absolute;
126 top: 30px; 117 top: 30px;
...@@ -173,7 +164,7 @@ ...@@ -173,7 +164,7 @@
173 164
174 <body> 165 <body>
175 <!-- <a id="click-tag" href="javascript:window.open(window.clickTag)"> --> 166 <!-- <a id="click-tag" href="javascript:window.open(window.clickTag)"> -->
176 <a href="javascript:eyeBuild.doClick(0)"> 167 <a href="javascript:eyeBuild.doClick(0)" class="cta">
177 <div id="border"> 168 <div id="border">
178 169
179 <div id="copy1"><img src="assets/txt1-farmers.svg" alt="Which local farmers make your day?"></div> 170 <div id="copy1"><img src="assets/txt1-farmers.svg" alt="Which local farmers make your day?"></div>
......
...@@ -111,15 +111,6 @@ ...@@ -111,15 +111,6 @@
111 cursor: pointer; 111 cursor: pointer;
112 box-sizing: border-box; 112 box-sizing: border-box;
113 } 113 }
114
115 #border:hover #cta{
116 background-color: #666666;
117 }
118
119 #border:active #cta{
120 background-color: #000000;
121 }
122
123 #copy1, #copy2{ 114 #copy1, #copy2{
124 position: absolute; 115 position: absolute;
125 top: 30px; 116 top: 30px;
......
...@@ -112,14 +112,6 @@ ...@@ -112,14 +112,6 @@
112 box-sizing: border-box; 112 box-sizing: border-box;
113 } 113 }
114 114
115 #border:hover #cta{
116 background-color: #666666;
117 }
118
119 #border:active #cta{
120 background-color: #000000;
121 }
122
123 #copy1, #copy2{ 115 #copy1, #copy2{
124 position: absolute; 116 position: absolute;
125 top: 30px; 117 top: 30px;
......