I am trying to apply dynamic scaling to an image in a form. So far css seems to

I am trying to apply dynamic scaling to an image in a form. So far css seems to be the way to go however the css I have to hand does not seem to work. Should I target it to a div element or is there something else I have missed? Suggestions most welcome. Thanks, James

.imgscale {
max-width: 100%;
height: auto;
width: auto\\9; /* ie8 */
}...

OriginalPostID-84228

OriginalPostID-84228

  Discussion posts and replies are publicly visible