【发布时间】:2013-02-06 09:14:50
【问题描述】:
我需要在我的网站主体(右侧)旁边显示 2 个广告容器,但只有当我在桌面/屏幕尺寸 = 比我的网站容器宽度宽时,才应显示广告。本网站主要面向移动设备,我不需要在移动设备上展示广告,因为我们无法在移动屏幕上容纳此广告。
下面是我的 html 代码;
<div style="width:320px; height:500px; background-color:#C60; margin:0 auto;">Website</div>
<div id="ad-contextual" style="width:222px; height:150px; float:left; margin-right:20px; background-color:#39F;">Contextual Ads</div>
<div id="ad-sky" style="width:222px; height:600px; float:left; background-color:#996;">Skyscrapers Ads</div>
谢谢
【问题讨论】:
标签: javascript html css