No replies
teddy1
Offline
newbie
na
Last seen: 12 years 2 weeks ago
na
Timezone: GMT-5
Joined: 2010-09-26
Posts: 5
Points: 9

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;
}