/    Sign up×
Community /Pin to ProfileBookmark

Horizontal Scrolling <div>

Hi,

How can I create a row of images with a horizontal scrollbar?

I’d be really grateful to your help!

Regards
Rain Lover

to post a comment
HTML

3 Comments(s)

Copy linkTweet thisAlerts:
@thefysaintMar 21.2010 — Just make sure the div is wider than the screen width?
Copy linkTweet thisAlerts:
@cootheadMar 21.2010 — Hi there Rain Lover,

here is an example...
[color=navy]
&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd"&gt;
&lt;html lang="en"&gt;
&lt;head&gt;
&lt;base href="http://www.coothead.co.uk/images/"&gt;
&lt;meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"&gt;
&lt;meta name="language" content="english"&gt;
&lt;meta http-equiv="Content-Style-Type" content="text/css"&gt;

&lt;title&gt;horizontally scrolling box&lt;/title&gt;

&lt;style type="text/css"&gt;
body {
background-color:#555;
}
#container {
width:850px;
height:216px;
border-style:solid;
border-width:5px;
border-color:#333 #777 #777 #333;;
margin:100px auto 0;
overflow:auto;
}
#content {
width:1680px;
padding:10px 0 10px 10px;
height:180px;
background-color:#fff;
}
#content img {
float:left;
width:198px;
height:178px;
border:1px solid #000;
margin-right:10px;
background-color:#ccc;
}
&lt;/style&gt;

&lt;/head&gt;
&lt;body&gt;

&lt;div id="container"&gt;

&lt;div id="content"&gt;
&lt;img src="apple.jpg" alt=""&gt;
&lt;img src="apple.jpg" alt=""&gt;
&lt;img src="apple.jpg" alt=""&gt;
&lt;img src="apple.jpg" alt=""&gt;
&lt;img src="apple.jpg" alt=""&gt;
&lt;img src="apple.jpg" alt=""&gt;
&lt;img src="apple.jpg" alt=""&gt;
&lt;img src="apple.jpg" alt=""&gt;
&lt;/div&gt;

&lt;/div&gt;&lt;!--end #container --&gt;

&lt;/body&gt;
&lt;/html&gt;
[/color]

[i]coothead[/i]
Copy linkTweet thisAlerts:
@R4N_S_SMar 22.2010 — set a width on the container then use overflow-x for the scrollbar
×

Success!

Help @Rain_Lover 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.17,
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,
)...