Fri, 2011-05-13 21:34
hi
i have the following code in my css and it creates a line using the gif but instead of one line, I want the gif to create a border. HOw do I do that?
Here is my code for the current css:
#headerWrapper {
width: 100%;
height: 100px;
background: url(/flag2.gif) bottom repeat-x;
}