The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

> How can I recreate this slider?
hannahsmith79
post Jan 4 2015, 05:30 AM
Post #1





Group: Members
Posts: 1
Joined: 4-January 15
Member No.: 21,993



I want my images to scroll on a webpage just like this: http://www.emilysoto.com/

What is the code I will need to use?

Sorry, I am very new to all this.

Hannah
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
 
Reply to this topicStart new topic
Replies(1 - 2)
Darin McGrew
post Jan 6 2015, 11:04 AM
Post #2


WDG Member
********

Group: Root Admin
Posts: 8,365
Joined: 4-August 06
From: Mountain View, CA
Member No.: 3



It doesn't scroll for me (even after I temporarily whitelist the site), but apparently it uses something called Format:
http://format.com/l/your_new_portfolio#horizon-left
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Jan 6 2015, 12:53 PM
Post #3


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



Sure they do, if you grab the scroll bar. tongue.gif

Is it that the images are scollable with the mouse wheel you are after? Beacuse except that it can be done very basic. Just line the images up and see to it that they don't wrap.

CODE

#images  { white-space: nowrap;
          margin-top: 8em  }
p       { width: 8em;
          position: fixed; top: 6em; left: 3em;
          background: lightblue; opacity: 0.9 }


HTML
<p>
Blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah
blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah
<div id="images">
<img src="http://htmlhelp.com/icon/wdglogo.gif">
<img src="http://htmlhelp.com/icon/wdglogo.gif">
<img src="http://htmlhelp.com/icon/wdglogo.gif">
<img src="http://htmlhelp.com/icon/wdglogo.gif">
<img src="http://htmlhelp.com/icon/wdglogo.gif">
<img src="http://htmlhelp.com/icon/wdglogo.gif">
<img src="http://htmlhelp.com/icon/wdglogo.gif">
<img src="http://htmlhelp.com/icon/wdglogo.gif">
<img src="http://htmlhelp.com/icon/wdglogo.gif">
<img src="http://htmlhelp.com/icon/wdglogo.gif">
<img src="http://htmlhelp.com/icon/wdglogo.gif">
<img src="http://htmlhelp.com/icon/wdglogo.gif">
<img src="http://htmlhelp.com/icon/wdglogo.gif">
<img src="http://htmlhelp.com/icon/wdglogo.gif">
<img src="http://htmlhelp.com/icon/wdglogo.gif">
<img src="http://htmlhelp.com/icon/wdglogo.gif">
<img src="http://htmlhelp.com/icon/wdglogo.gif">
<img src="http://htmlhelp.com/icon/wdglogo.gif">
</div>

</body>
</html>
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 19th April 2024 - 01:30 PM