/    Sign up×
Community /Pin to ProfileBookmark

I want to know how you put the scroll boxes in the center of a picture?
I think they are called blogs but I hear many things that are called blogs now..

to post a comment
HTML

1 Comments(s)

Copy linkTweet thisAlerts:
@the_treeJul 09.2006 — No the 'blog concept has nothing to do with pictures or graphics or layout or code in anyway way shape or form.

I'm really not sure what you mean by "scroll boxes" in the center of a picture, could you clarify.

[b]edit,[/b] did you mean something like this perchance?[code=html]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
*{
margin: 0;
padding: 0;
}
div#container{
position: absolute;
left: 20px;
top: 20px;
width: 640px;
height: 480px;

background: url(http://www.visualparadox.com/images/no-linking-allowed/asthecrowflies640.jpg) center center no-repeat #fff;
color: #000;
}
div#container h1{
position: absolute;
top: 50px;
left: 50px;

font: 30px serif normal normal;
}

div#container div#text{
position: absolute;
top: 30px;
left: 290px;
width: 300px;
height: 170px;
overflow: auto;
padding: 1em;

border: 1px solid #000;

font: 10px serif normal normal;
background-color: transparent;
color: #222;
}
p{
margin-top: 1em;
}
</style>
</head>
<body>
<div id="container">
<h1>The Raven</h1>
<div id="text">
<p>Once upon a midnight dreary, while I pondered, weak and weary,<br>
Over many a quaint and curious volume of forgotten lore,<br>
While I nodded, nearly napping, suddenly there came a tapping,<br>
As of some one gently rapping, rapping at my chamber door.<br>
"'Tis some visitor," I muttered, "tapping at my chamber door -<br>
Only this, and nothing more."</p>

<p>Ah, distinctly I remember it was in the bleak December,<br>
And each separate dying ember wrought its ghost upon the floor.<br>
Eagerly I wished the morrow; - vainly I had sought to borrow<br>
From my books surcease of sorrow - sorrow for the lost Lenore -<br>
For the rare and radiant maiden whom the angels name Lenore -<br>
Nameless here for evermore.</p>

<p>And the silken sad uncertain rustling of each purple curtain<br>
Thrilled me - filled me with fantastic terrors never felt before;<br>
So that now, to still the beating of my heart, I stood repeating,<br>
"'Tis some visitor entreating entrance at my chamber door -<br>
Some late visitor entreating entrance at my chamber door; -<br>
This it is, and nothing more."</p>
</div>
</div>
</body>
</html>[/code]
×

Success!

Help @NoobWeb 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 6.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: @nearjob,
tipped: article
amount: 1000 SATS,

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

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...