krofunk
New Member
- Messages
- 216
- Reaction score
- 5
- Points
- 0
hello all, I am in the process of remaking my site however I have hit a bump with the css.
I want a gradient background that is aligned to the bottom of the page,
This is the css I have written to create the look I want but when there is little or no content on a page it doesn't display properly.
I have an example of the problem on my website at the moment, just in case I haven't described the problem properly. ->Clicky Clicky<- any help would be great
I want a gradient background that is aligned to the bottom of the page,
Code:
body {
background-color: #003366;
background-position: bottom;
background-image: url(images/bg.png);
background-repeat: repeat-x;
}
I have an example of the problem on my website at the moment, just in case I haven't described the problem properly. ->Clicky Clicky<- any help would be great