I'd like my borders to scale dynamically, so that they're always the same relative width.
Here, the green border is static, no matter how much you change the window: http://jsfiddle.net/bucR3/
Sadly. simply adding the rule
border: 4% solid green
doesn't allow for dynamic borders, as shown here: http://jsfiddle.net/bucR3/1/
(It's not even valid)
How can I make adaptive borders that are always the same size relatively? Is there a jquery way, that can target < IE 9?