0
我正在使用jumbotron背景圖片,我希望圖片可點擊。當我點擊圖片時,它應該重定向到另一頁。我該如何做?可點擊的jumbotron背景圖片
<div class="jumbotron">
</div>
.jumbotron{
background:url(../images/jumb.jpg) no-repeat center center;
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
background-size: 100% 100%;
height:400px;
}
http://stackoverflow.com/questions/27941876/how-to-redirect-to-another-page-using-angular-js,http://stackoverflow.com/questions/18875467/redirect -to-新頁面中,angularjs,使用定位 –