Does anyone know how to make a CSS background go in only one direction from a specified starting point when a repeat direction is specified?
I've got a div, which I want to have a 2px left border applied, but starting only at 100px down from the top of the div. I don't think you can do this with a border, so I had the idea of using a small 2x1px image and doing a repeat-y. However, when I tell it to put the background at the top and 100px down, it repeats the background in both directions (up and down) giving the same effect as a border.
Any ideas?
I've got a div, which I want to have a 2px left border applied, but starting only at 100px down from the top of the div. I don't think you can do this with a border, so I had the idea of using a small 2x1px image and doing a repeat-y. However, when I tell it to put the background at the top and 100px down, it repeats the background in both directions (up and down) giving the same effect as a border.
Any ideas?