首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >如何使div与背景图片反应灵敏?

如何使div与背景图片反应灵敏?
EN

Stack Overflow用户
提问于 2018-06-01 13:06:31
回答 1查看 53关注 0票数 0

我想让我的网站的以下部分响应。

我试图使一个div图像响应,但它不起作用。

代码语言:javascript
复制
<div class="row">
                   <div class="col-sm-4 main_service main_auto">
                       <h4>
                        <a title="Automotive" href="searchcat1.aspx?cat=Automotive">Automotive</a></h4>
                    <p>
                        <a title="" href="searchsubcat.aspx?cat=Automotive&subcat=Auto Spare Parts">Auto 
                        Spare Parts</a>
                         <a title="" href="searchsubcat.aspx?cat=Automotive&subcat=Commercial Vehicles">
                        Commercial Vehicles</a> 
                         <a title="" href="searchsubcat.aspx?cat=Automotive&subcat=Oil value Lubricants">
                        Oil value Lubricants</a>
                          <a title="" href="searchsubcat.aspx?cat=Automotive&subcat=Tyres and Batteries">
                        Tyres and Batteries</a> 
                          <a title="" href="searchsubcat.aspx?cat=Automotive&subcat=Automotive Tools">
                        Automotive Tools</a> 
                          <span class="right"><a href="searchcat1.aspx?cat=Automotive">more ...</a></span></p>
                   </div>
               </div>

我是Bootstrap的新手。

EN

回答 1

Stack Overflow用户

发布于 2018-06-01 13:39:53

代码语言:javascript
复制
<div class="row">
                   <div class="col-sm-4 col-xs-12 main_service main_auto">
                       <h4>
                        <a title="Automotive" href="searchcat1.aspx?cat=Automotive">Automotive</a></h4>
                    <p>
                        <a title="" href="searchsubcat.aspx?cat=Automotive&subcat=Auto Spare Parts">Auto 
                        Spare Parts</a>
                         <a title="" href="searchsubcat.aspx?cat=Automotive&subcat=Commercial Vehicles">
                        Commercial Vehicles</a> 
                         <a title="" href="searchsubcat.aspx?cat=Automotive&subcat=Oil value Lubricants">
                        Oil value Lubricants</a>
                          <a title="" href="searchsubcat.aspx?cat=Automotive&subcat=Tyres and Batteries">
                        Tyres and Batteries</a> 
                          <a title="" href="searchsubcat.aspx?cat=Automotive&subcat=Automotive Tools">
                        Automotive Tools</a> 
                          <span class="right"><a href="searchcat1.aspx?cat=Automotive">more ...</a></span></p>
                   </div>
               </div>
票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/50636412

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档