/    Sign up×
Community /Pin to ProfileBookmark

menu similar like the sun

Hi,
there is a carousel menu on website of the sun co uk
I wanna use this menu. it seems carousel. there is a firstly right button. if you click it, The Left Button appears.

I need this example.

to post a comment
HTML

4 Comments(s)

Copy linkTweet thisAlerts:
@JMRKEROct 11.2020 — Where is your example located?
Copy linkTweet thisAlerts:
@VITSUSAOct 12.2020 — Can you please share the reference link with us?
Copy linkTweet thisAlerts:
@SempervivumOct 12.2020 — I guess the TO means thesun.co.uk.

Such carousel can be made by the cycle2 plugin:

http://jquery.malsup.com/cycle2/demo/carousel.php

Scroll down to "Non Circular". You can easily omit the pager and place the controls where you like.
Copy linkTweet thisAlerts:
@HarshShahOct 19.2020 — @suatsuphi#1624127

Try this...

HTML
``<i>
</i>&lt;div class='container'&gt;
&lt;div class='item'&gt;
&lt;div&gt;&lt;h3&gt;1&lt;/h3&gt;&lt;/div&gt;
&lt;div&gt;&lt;h3&gt;2&lt;/h3&gt;&lt;/div&gt;
&lt;div&gt;&lt;h3&gt;3&lt;/h3&gt;&lt;/div&gt;
&lt;div&gt;&lt;h3&gt;4&lt;/h3&gt;&lt;/div&gt;
&lt;div&gt;&lt;h3&gt;5&lt;/h3&gt;&lt;/div&gt;
&lt;div&gt;&lt;h3&gt;6&lt;/h3&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;<i>
</i>
`</CODE>

CSS
<CODE>
`<i>
</i>.container {
margin: 0 auto;
padding: 40px;
width: 80%;
color: #333;
background: #419be0;
}

.slick-slide {
text-align: center;
color: #419be0;
background: white;
}<i>
</i>
`</CODE>

JS
<CODE>
`<i>
</i>$(".item").slick({
dots: true,
infinite: true,
slidesToShow: 3,
slidesToScroll: 3,
cssEase: "ease",
autoplay: true,
autoplaySpeed: 3000,
});<i>
</i>
``
×

Success!

Help @suatsuphi spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.18,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...