
Web designers have such a hard time using CSS for vertically controlling background colors of a pages of an internet site. This may very well be the only functional disadvantage of
digital information technology that is applied or has yet to be tested. But, web developers and designers work on these issues together, addressing problems with a group-oriented effort. Thus, most issues that are related to CSS are fast given a solution just in the nick of time.
The codes below gives somewhat a cheat coding sequence for the problem of vertically controlling background colors using CSS. Just follow the codes and you will be assured of functional control over background colors of the pages on your internet site. However, this is a CSS cheat coding sequence, thus you would not have functional vertical control over your CSS background colors. This is just a formidable solution for not ruining those pages with uneven vertical background colors.
< - start of code - >
<body>
{
background: url(blue-image.gif) 0 0 repeat-y;
}
< - end of sample - >
But, the codes above would have to substantially match the border settings of the pages you want your background colors to encompass. Plus, if you resize the elements on the vertical columns of the pages of your internet site with these CSS codes, the same background colors would not keep at pace with it. Hence, that is why this is just a simple yet effective solution for background
color problem, yet it would not give you complete functional vertical control of the pages of your internet site.