I got this style applied to a div
div#content { border: 1px solid skyblue; }
and i want to be able to alert the width of the border, I ha
According to W3Schools, this property is supported by major browsers. Thus you shouldn't have any difficulty in using it.
However, using a JavaScript framework like jQuery would always help you not worrying about trivial issues like this.