Sorry I didnt explain my self well, I ment to say Down to the bottom of the browser... When I use 100% non of the background shows at all...

Sorry I didnt explain my self well, I ment to say Down to the bottom of the browser... When I use 100% non of the background shows at all...
http://www.damosdesigns.com/_1/danny.html
The margins and such like that? Sorry, ill mess around with that other error soon.
- Craig.
http://www.dannymilner.co.uk/index.p..._from=&ucat=1&
See how if the text goes on for a while the right and left paddings stop (500px) I want to make it 100%
(Ignore the floating text box)
Oh! Right.
#leftpadding {
float: left;
width: 63px;
background-image: url(./images/danny_r2_c2.png);
}
#rightpadding {
float: right;
width: 63px;
background-image:url(./images/danny_r2_c6.png);
}
Edit:
Image URL's were wrong
Edit #2
You need to change the "body" too.
#body {
background-color:#2F3032;
}
- Craig.
Last edited by craigg.; 30-04-2006 at 09:50 AM.
Nah that just messes it totaly up, the background doesnt show (the left and right backgrounds)
Hey
Im still learning CSS so im not that good at it.
#leftpadding {
float: left;
width: 63px;
background-image: url(./images/danny_r2_c2.png);
height: 100%;
}
#rightpadding {
float: right;
width: 63px;
background-image:url(./images/danny_r2_c6.png);
height: 100%;
}
Wouldnt it work if they where 100% ?
Nope I have tryed that oready...
Meh, I give up. I would completely re-code it if I wasn't busy. Sorry that I couldn't help as much.
- Craig.
Add this to your images folder:
Then add this to your CSS:
Code:html body { background-image: url(tile.gif); background-repeat: repeat-y; background-position: center; }
kinda quit.
YES! Thanks Nets![]()
Want to hide these adverts? Register an account for free!