Note that there are some explanatory texts on larger screens.

plurals
  1. POSome troubles with css width for div with marquee element
    primarykey
    data
    text
    <p>ive such css:</p> <pre><code>div.partnersheader{ width:930px; height:27px; border-bottom:1px solid #030304; font-family:Bebas; color:#ffffff; font-size:15pt; padding:3px 0px 0px 10px; } div.partnerscontent{ width:100%; height:127px; color:#ffffff; font-size:15pt; padding:3px 0px 0px 10px; overflow:hidden; } div.partnerscontent ul{ list-style:none; margin:0px; padding:0px; overflow:hidden; width:100%; } div.partnerscontent li{ float:left; margin-left:20px; } div.partnerscontent li img{ filter: url(../sources/grayscale.svg#grayscale); /* Firefox 3.5+ */ filter: gray; /* IE6-9 */ -webkit-filter: grayscale(1); /* Google Chrome &amp; Safari 6+ */ -moz-transition:all 0.5s linear; -webkit-transition: all 0.5s linear; transition: all 0.5s linear; } div.partnerscontent li img:hover{ filter: none; -webkit-filter: grayscale(0); } </code></pre> <p>the html is </p> <pre><code> &lt;div class="partners"&gt; &lt;div class="partnersheader"&gt; Partnerzy &lt;/div&gt; &lt;div class="partnerscontent"&gt; &lt;ul&gt; &lt;marquee onMouseOver="this.stop()" onMouseOut="this.start()"&gt; &lt;li&gt; &lt;a href="http://www.cs-kontener.pl" target=_blank&gt;&lt;img src="images/ck.png" border="0" /&gt;&lt;/a&gt; &lt;/li&gt; &lt;li&gt; &lt;a href="https://www.facebook.com/Zajeb.Basem?fref=ts" target=_blank&gt;&lt;img src="images/zb.png" border="0" /&gt;&lt;/a&gt; &lt;/li&gt; &lt;li&gt; &lt;a href="https://www.facebook.com/pompeczkamp3" target=_blank&gt;&lt;img src="images/pmp3.png" /&gt;&lt;/a&gt; &lt;/li&gt; &lt;li&gt; &lt;a href="http://www.facebook.com/PozitiveSound" target=_blank&gt;&lt;img src="images/pozitiw.png" /&gt;&lt;/a&gt; &lt;/li&gt; &lt;li&gt; &lt;a href="http://www.club-sound.pl/" target=_blank&gt;&lt;img src="images/clubsound.png" /&gt;&lt;/a&gt; &lt;/li&gt; &lt;/marquee&gt; &lt;/ul&gt; &lt;/div&gt; &lt;/div&gt; </code></pre> <p>and in partnerscontent li are placed images with marquee effect, and i can see only 3 images and rest go to line under that 3 but i want them all to be in 1 line like:</p> <p>1 2 3 4 5 6 7</p> <p>Now its like</p> <p>1 2 3</p> <p>4 5 6</p> <p>7 8 9</p> <p>i think its sth with width but i cant find way out, can someone help?</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload