The problem is that I want to slide list items one by one and don't know how to do this. I searched over the net and get solutions that contains java script code. Please provide appropriate solution. Thank you.
Asked
Active
Viewed 514 times
0
-
`and get solutions that contains java script code` Why don't you use that solution..? – Nick Dec 18 '14 at 12:44
-
does each list item fill the width of the container? – Danield Dec 18 '14 at 12:50
-
are you talking about an accordion menu? or a carousel? or something completely different? Please clarify your question. – jbutler483 Dec 18 '14 at 13:56
-
As @Nick said I would rather use javascript then the marquee element in this case. Marquee is marked obsolete. IE/FF already don't support it anymore [It still amazes me ... IE removed the support of this tag. Background: Marquee was established by IE3. Then with IE 8 (quite old I know) marquee isn't supported anymore http://stackoverflow.com/questions/18698706/marquee-not-working-right-in-firefox / http://www.javascriptkit.com/javatutors/marquee.shtml ]. I guess Chrome will also remove the support in one of the next versions. - So tell me, why do you still want to use it. – quant Dec 20 '14 at 19:23
-
Hello @Nick sir, I dont want to use java script because i'm a beginner and want a simple solution by css. – User Dec 28 '14 at 07:17
-
@Danield sir, each item will fill the width of the container. I just want to marquee the text on the screen that comes after previous text. I hope you will understand my problem. – User Dec 28 '14 at 07:20
-
@jbutler483, It is neither and accordion menu nor a carousel. And even it is simple text slider that moves text from right to left. And at a time we can see only one list item. That list item will be stay on the screen for some time for example 10 seconds. – User Dec 28 '14 at 07:23