2016-08-04 10 views
0

以下は私が実装したコードです。私はイメージを1つ1つボックスにスクロールさせたい。下のイメージのように私は間違って2つのイメージを行ったが、私は右にスクロールする4つのイメージがほしい - > left.Isそこに何か方法このCSS?またはjqueryの enter image description hereイメージをスクロールする方法

\t \t \t \t \t \t \t 
 
             \t \t <div class="empsliderwrap" style=""> 
 
               \t \t <div class="empslidermain clr"><div class="clr"></div> \t \t \t \t \t \t \t \t \t \t <style> 
 
\t \t \t \t \t \t .logosliderwrapnew{overflow:hidden;} 
 
\t \t \t \t \t \t .logoslidernew{width:100%;overflow:hidden;height:auto;} 
 
\t \t \t \t \t \t .logosliderinnr{width:999px;height:auto;} 
 
\t \t \t \t \t \t .logoslideritem{width:300px;height:auto;} 
 
\t \t \t \t \t </style> 
 

 

 
         \t \t \t \t \t \t \t <div class="logosliderwrapnew"> 
 
           \t \t \t \t \t \t <div class="logoslidernew" style="position: relative; height: 480px;"> 
 
             \t \t \t \t \t <div class="logosliderinnr"><div class="logoslideritem lft" style="position: absolute; left: -300px;"><div class="emplogorow clr"><a href="" class="emplogo lft" target="_blank"><img border="0" width="135" height="50" src="http://i.imgur.com/M0cP1m9.jpg" alt="TCS IT Jobs in India" title="TCS IT Jobs in India"></a> 
 
<a href="" class="emplogo lft" target="_blank"><img border="0" width="135" height="50" src="http://i.imgur.com/Hdc3XSr.jpg" alt="" title=""></a> 
 
</div> 
 
<div class="emplogorow clr"><img border="0" width="135" height="50" src="http://i.imgur.com/QQpUNAc.jpg" alt="Jobs at Larsen &amp; Toubro" title="Jobs at Larsen &amp; Toubro"></a> 
 
<a href="" class="emplogo lft" target="_blank"><img border="0" width="135" height="50" src="http://i.imgur.com/izye7CS.gif" alt="" title=""></a> 
 
</div> 
 
<div class="emplogorow clr"><a href="" class="emplogo lft" target="_blank"><img border="0" width="135" height="50" src="http://i.imgur.com/t3hOOIG.jpg" title="Jobs at Larsen &amp; Toubro"></a> 
 
<a href="" class="emplogo lft" target="_blank"><img border="0" width="135" height="50" src="http://i.imgur.com/nnNPuSw.gif" alt="Tech Mahindra- IT Job opportunities" title="Tech Mahindra- IT Job opportunities"></a> 
 
</div> 
 
<div class="emplogorow clr"><a href="" class="emplogo lft" target="_blank"><img border="0" width="135" height="50" src="http://i.imgur.com/uyEO4Hb.gif" alt="Wipro- IT Job opportunites" title="Wipro- IT Job opportunites"></a> 
 
<a href="" class="emplogo lft" target="_blank"><img border="0" width="135" height="50" src="http://i.imgur.com/M0cP1m9.jpg" alt="" title=""></a> 
 
</div> 
 

 

 

 

 
</div> 
 
</div> 
 
<div class="logoslideritem lft" style="position: absolute; left: 0px;"><div class="emplogorow clr"><a href="" class="emplogo lft" target="_blank"><img border="0" width="135" height="50" src="http://i.imgur.com/M0cP1m9.jpg" alt="" title=""></a> 
 
<a href="" class="emplogo lft" target="_blank"><img border="0" width="135" height="50" src="http://i.imgur.com/QQpUNAc.jpg" alt="" title=""></a> 
 
</div> 
 
<div class="emplogorow clr"><a href="" class="emplogo lft" target="_blank"><img border="0" width="135" height="50" src="http://i.imgur.com/izye7CS.gif" alt="2147483649" title="2147483649"></a> 
 
<a href="" class="emplogo lft" target="_blank"><img border="0" width="135" height="50" src="http://i.imgur.com/t3hOOIG.jpg" alt="" title=""></a> 
 
</div> 
 
<div class="emplogorow clr"><a href="" class="emplogo lft" target="_blank"><img border="0" width="135" height="50" src="http://i.imgur.com/t3hOOIG.jpg" alt="" title=""></a> 
 
<a href="" class="emplogo lft" target="_blank"><img border="0" width="135" height="50" src="http://i.imgur.com/Hdc3XSr.jpg" alt="" title=""></a> 
 
</div> 
 
<div class="emplogorow clr"><a href="" class="emplogo lft" target="_blank"><img border="0" width="135" height="50" src="http://i.imgur.com/uyEO4Hb.gif" alt="" title=""></a> 
 
<a href="" class="emplogo lft" target="_blank"><img border="0" width="135" height="50" src="http://i.imgur.com/izye7CS.gif" alt="" title=""></a> 
 
</div> 
 
</div> 
 
</div> 
 
        </div> 
 
        </div> 
 
      

答えて

1

使用marqueeタグ

<marquee direction="right"><img src=""><img src=""><img src=""><marquee>

関連する問題