It is hard to give this problem a simple title but I hope someone can help me.. Please have a look at this jsfiddle - http://jsfiddle.net/mrmartineau/AaeJY/ - in both Firefox & Chrome. The image is styled with a max-width: 80% which should make it fluid but I have found a bug in Firefox which registers the max-width value in pixels rather than the, correct, percentage.
Now, I discovered this while trying the get the max-width value using jQuery: $('img').css('maxWidth');
Is this a bug or the correct result? Is there something else that I can do to get the real max-width value using jQuery?