Very weird bug im experiencing.
When getting the width of a cell, in Chrome, using jQuery (or plain old javascript), it appears to blindly looks at the css width
property, whereas firefox actually reports the rendered width.
Example shown here http://jsfiddle.net/Dg7cg/
Using Chrome: '30.0.1599.69 m', rendered output here:
I'm expecting a value of around 107px, but Chrome seems to report 23px.
Does anyone know of a javascript function that will report the 'true' width from within chrome?