Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/jquery/89.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript CSS-范围内的浮动元素_Javascript_Jquery_Html_Css - Fatal编程技术网

Javascript CSS-范围内的浮动元素

Javascript CSS-范围内的浮动元素,javascript,jquery,html,css,Javascript,Jquery,Html,Css,我正试图使它,使浮动内容上我的滑块将与页面变小,因为你改变你的浏览器的大小。例如,如果您使用浏览器并更改其大小,使其只占用您显示器空间的一半,它将缩小所有内容以进行缩放 到目前为止,整个页面都在这样做,只是我的滑块做得不正确 链接: 代码: 这个应用程序就是金钱。 使用我们的新应用程序在您喜爱的商店付款。 退房时, 点击几下,选择您想要的付款方式。 使用我们的新应用程序付款更容易 威瑞森 美国电话电报公司 冲刺 T-Mobile 通过继续,您确认这是您的号码并同意接收文本。标准消息传送率

我正试图使它,使浮动内容上我的滑块将与页面变小,因为你改变你的浏览器的大小。例如,如果您使用浏览器并更改其大小,使其只占用您显示器空间的一半,它将缩小所有内容以进行缩放

到目前为止,整个页面都在这样做,只是我的滑块做得不正确

链接:

代码:


  • 这个应用程序就是金钱。 使用我们的新应用程序在您喜爱的商店付款。
    退房时,
    点击几下,选择您想要的付款方式。 使用我们的新应用程序付款更容易

    威瑞森 美国电话电报公司 冲刺 T-Mobile 通过继续,您确认这是您的号码并同意接收文本。标准消息传送率适用。
    • android
    • iphone
  • 时间越多,钱就越多。 当您使用PayPal在线销售并提供融资时
    待会再和我谈谈ョ, 你的买家可以得到更多
    你可以提前付款,他们最多可以提前6个月付款。
    以信用审批为准。 与我们在线销售更多信息
  • 利用储蓄
    在数百家商店。 在数百台电脑上享受高达40%的折扣优惠
    每天在PayPal上最喜欢的商店购物。 与我们一起在更多商店购物
  • 请六个月假。 我们为您争取了一些额外的时间来支付
    只要超过99美元。稍后给我开账单ョ
    以信用审批为准。 一点时间可以走很长的路

让我知道您需要什么代码来检测问题所在

使用Bootstrap我正在使用Bootstrap,如果您使用的是Chrome,请转到开发者选项,单击网络并刷新页面。它将显示所有正在使用的资源。请发布相关代码,以便我们能够更轻松地提供帮助。只有链接到该网页才是针对@Zeaklous的问题规则库的,我现在就添加代码!
        <div class="flexslider">
          <ul class="slides">
            <li><img src="http://skipq.net/app/images/banner1.png" />
              <div class="context">
              <div class="context-inn"><h2>This app is money.</h2>
              <span class="description">Use our new app to pay at your favorite stores.<br />
When it comes time to check out,<br />
choose how you want to pay in a few taps.</span>
<div class="banner-form" id="banner-form1">Paying is easier with our new app<br />
  <form id="form1" name="form1" method="post" action="">    
    <input type="text" name="keywords" id="keywords" onblur="if(this.value=='') this.value='Mobile number (ex. 555-555-5555)';" onfocus="if(this.value=='Mobile number (ex. 555-555-5555)') this.value='';" value="Mobile number (ex. 555-555-5555)" alt="Mobile number (ex. 555-555-5555)"><br />
       <div style="display:none;" id="carrierSelection">
          <select name="carrier" style="font">
           <option value="Verizon">Verizon</option>
           <option value="AT_and_T">AT&T</option>
           <option value="Sprint">Sprint</option>
           <option value="T_Mobile">T-Mobile</option>
        </select> 
      </div>
    <input type="button" name="button" id="chbutton" value="Choose Your Carrier" />

  </form>
<span class="note">By continuing, you confirm this is your number and agree to receive a text. Standard messaging rates apply.</span>
<ul class="mobileicons">
<li class="android">Android</li>
<li class="iphone">iPhone</li>
</ul>
</div></div></div>
            </li>
            <li> <img src="http://skipq.net/app/images/banner2.png" />
              <div class="context"><div class="context-inn"><h2>More time is more money.</h2>
              <span class="description">When you sell online with PayPal and offer financing <br />
with Bill Me Laterョ, your buyers can get even more. <br />
You get paid up front, they get up to 6 months to pay.<br />
<span class="font11">Subject to credit approval. <a href="#">See Terms</a></span> </span>
<div class="banner-form">Sell more online with us<br />
  <form id="form1" name="form1" method="post" action="">    
    <input type="submit" name="button" id="button" value="Start Offering Financing" />
  </form>
</div></div></div>
            </li>
            <li> <img src="http://skipq.net/app/images/banner3.png" />
              <div class="context"><div class="context-inn"><h2>Tap into savings <br />
at hundreds of stores.</h2>
              <span class="description">Enjoy savings up to 40% off at hundreds of your <br />
favorite stores every day on PayPal Shopping.</span>
<div class="banner-form">Save at more stores with us<br />
  <form id="form1" name="form1" method="post" action="">    
    <input type="submit" name="button" id="button" value="Shop the Deals" />
  </form>
</div></div></div>
            </li>
            <li> <img src="http://skipq.net/app/images/banner4.png" />
              <div class="context"><div class="context-inn"><h2>Take six months off.</h2>
              <span class="description">We bought you some extra time to pay<br />
on anything over $99. Bill Me Laterョ<br />
is subject to credit approval. <a href="#">See Terms</a></span>
<div class="banner-form">A little time goes a long way<br />
  <form id="form1" name="form1" method="post" action="">    
    <input type="submit" name="button" id="button" value="Start Offering Financing" />
  </form>
</div></div></div>
            </li>
          </ul>
        </div>
      </div>