/    Sign up×
Community /Pin to ProfileBookmark

CSS Divs and positioning

Hi, I’m trying to style three divs so that two lie on top of each other, and the third lies in the normal page flow.

I have an example below…

[CODE]<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml”>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ />
<title>CSS demo</title>
</head>

<body>
<div id=”titlebg” class=”bg” >
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
</div>
<div id=”titletext”>
<h1>Welcome!!</h1>
Britain novernment too, neears, Gown’s needs a government needs a hirely constister not toe generally elected into the. Britain not just aeected into the offe 26 whave seved Gown’ssin00 — but it has incracked its own maate. Toenerally novernment its too own maate hirely constister notoffe 26 whave seved sin00 — but it has, not just a neears, incracked government.
</div>
<div id=”maintext”>
<h2>Welcome!!</h2>
Britain novernment too, neears, Gown’s needs a government needs a hirely constister not toe generally elected into the. Britain not just aeected into the offe 26 whave seved Gown’ssin00 — but it has incracked its own maate. Toenerally novernment its too own maate hirely constister notoffe 26 whave seved sin00 — but it has, not just a neears, incracked government.
</div>
</body>
</html>
[/CODE]

…so the main text div would lie at the bottom. I seem to be struggling to stop the maintext counting the upper divs as having no height.

Any suggestions?

to post a comment
HTML

1 Comments(s)

Copy linkTweet thisAlerts:
@tirnaApr 07.2010 — Is this what you are after?

I put the titletext div inside the titlebg div and then used css postioning to put titletext on top of titlebg .

I have put a 1px red border around titlebg and a blue border around titletext so you can see where the boundaries are for testing.

[code=php]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<style type="text/css">
<!--

#titlebg {
position: relative;
border: 1px solid red}

#titletext {
position: absolute;
top: 10px;
left: 10px;
border: 1px solid blue}
-->
</style>

</head>
<body>
<div id="titlebg" class="bg" >
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>

<div id="titletext">
<h1>Welcome!!</h1>
Britain novernment too, neears, Gown's needs a government needs a hirely constister not toe generally elected into the. Britain not just aeected into the offe 26 whave seved Gown'ssin00 &#8212; but it has incracked its own maate. Toenerally novernment its too own maate hirely constister notoffe 26 whave seved sin00 &#8212; but it has, not just a neears, incracked government.
</div>
</div>
<div id="maintext">
<h2>Welcome!!</h2>
Britain novernment too, neears, Gown's needs a government needs a hirely constister not toe generally elected into the. Britain not just aeected into the offe 26 whave seved Gown'ssin00 &#8212; but it has incracked its own maate. Toenerally novernment its too own maate hirely constister notoffe 26 whave seved sin00 &#8212; but it has, not just a neears, incracked government.
</div>
</body>
</html>
[/code]
×

Success!

Help @AliHurworth 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.10,
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,
)...