css - Making Borders with background images -
the question looks like, asking code, that's not so. googled plenty of times , landed in pages did not told wanted. may bad part not find in google.
i've seen somewhere, on site, don't recall
i have 6 png files, namely,
top_right.png, top_left.png, bottom_right.png, bottom_left.png, horizontal.png, verical.png
what want make box, borders using images above.
i think has background position , percent, couldn't find how it?
separate them using commas ex:
body { background-image: url(bottom.png), url(top-right.png); background-position: center bottom, right top; background-repeat: no-repeat; }
Comments
Post a Comment