Html dynamically repeated border-image
Posted
by Clox
on Stack Overflow
See other posts from Stack Overflow
or by Clox
Published on 2010-03-15T07:00:31Z
Indexed on
2010/03/15
7:09 UTC
Read the original article
Hit count: 277
I have a table which border I want to have a sort of zig-zag shape. I want the table to have an automatic size; resizing depending on how big the browser is. But rrathe than just having an image that gets stretched I want a seamless image that gets repeat instead. I found out this can be done with CSS3's Border-image but by looking and Browser Statistics I can see than only about half of all the viewers will be able to see it since no version of IE does yet support it. So I'm looking for an alternate method. What would be the best way of doing it?
Thanks in advance!
© Stack Overflow or respective owner