More css learning. This repeats an image (both left and right across a screen)
So if you make in image 1px in width, this is perfect for large area headers or if you want a header that changes with screen size.
/* CSS Document */
#foreverimage
{
background-image:url(file:///C|/Documents and Settings/All Users/Desktop/Pidgin.lnk);
background-repeat: repeat-x;
}
No comments:
Post a Comment