I was wondering if I can use an image repeat-x across the bottom border of an element. Or at least emulate that.
Does anybody know how that would be done?
lucy24
8:18 pm on Jun 16, 2012 (gmt 0)
It sounds as if you're describing a straightforward background image. Set it to position: bottom, possibly with some bottom padding on the element if you need the whole image to be visible. It's done in CSS, not in the HTML itself.
You can attach a background to just about anything, not just big things like headers or complete documents.