/    Sign up×
Community /Pin to ProfileBookmark

background not extending

Hi
I am trying the new layout at [url]http://erp.des-us.com/[/url]. Please notice that the gradient background ends just in the middle of the bottom div. Please check the other 2 pages with content, [url]http://erp.des-us.com/sitemap.php[/url] and [url]http://erp.des-us.com/career.php[/url].
My css code is:

[CODE]
/* if you remove this then the container disappears in IE */
* html #containerind {height: 100%; min-height:100%;}
/* General */
* {margin:0;padding:0;}
html, body {height:100%;}
html {background: -moz-radial-gradient(center, #3399ff, #fff) no-repeat #BBDDFF; background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 900, from(#3399ff), to(#fff)) no-repeat #BBDDFF; background:-o-radial-gradient(center, #3399ff, #fff);}
body {font: 1em Verdana, Arial, Helvetica, sans-serif; color: #000;}
#wrapper {min-height:100%;}
/* index */
#containerind {width:85%; margin-left:auto; margin-right:auto; margin-top:5px; background-color:#FFF;border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px; position:relative; padding-bottom:30px;}
/* footer */
#bottom {width:90%; margin-left:auto; margin-right:auto; background:#E7E7F3 no-repeat; border: thin solid #3399ff; border-radius: 45px 10px 45px 10px; -moz-border-radius: 45px 10px 45px 10px; -webkit-border-radius: 45px 10px 45px 10px; font: .55em Verdana, Geneva, sans-serif; position:relative; margin-top:-30px; padding:30px; height:30px; clear:both;}
.copyrgt {float:left; width:50%;}
.bottommenu {float:right;}
.bottommenu li {display:inline; list-style-type:none; text-decoration:none; padding:0 5px; border-right: thin solid #666633; color:#666633;}
.bottommenu li a:hover {text-decoration:underline;}
.bottommenu li a:visited {text-decoration:none;}
.bottommenu li a:hover,.bottommenu li a:visited { color:#6363B0;}
[/CODE]

and my html code is this:

[code=html]
<!DOCTYPE HTML>
<html>
<head>
<meta charset=”utf-8″>
<title>D.zigns SiteMap</title>
<!–[if !IE 7]>
<style type=”text/css”>
#wrapper {display:table;height:100%}
</style>
<![endif]–>
<?php require_once(‘top.php’); ?>
</head>
<body>
<div id=”wrapper”>
<div id=”container”>
this has top menu items
<div id=”leftcont”>
This section will have the sitemap of the website. this is left bigger column.
<!– end of #leftcont–></div>
<div id=”sidemenu”>
this is the right smaller column.
<!– end of #sidemenu–></div>
<!– end of #container–></div>
<!– end #wrapper –></div>
<div id=”bottom”>
this is the bottom or footer div
<!– end #bottom –></div>
</body>
</html>
[/code]

The css also has code for the top menu drop down, and some other styling for slideshows on various pages.

Please help me extend the background to the whole page.
Thanks

to post a comment
CSS

3 Comments(s)

Copy linkTweet thisAlerts:
@legend_12Apr 12.2012 — use this

#wrapper{width:100&#37;;}

#bottom {width:100%;}
Copy linkTweet thisAlerts:
@tasneemauthorApr 12.2012 — use this

#wrapper{width:100%;}

#bottom {width:100%;}[/QUOTE]


Hi

tried, didnt change anything.

Also, I dont want the bottom width 100%, I want it as 90%.

thanks
Copy linkTweet thisAlerts:
@tasneemauthorApr 14.2012 — hi

corrected my background css code. now it works fine.

thanks
×

Success!

Help @tasneem 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.25,
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,
)...