I need to make an image change its size according to the window size, that is, if the window is re-sized the image needs to be re-sized to fit the window.
This problem is easy enough with Chrome and Firefox, I just set 'width=100%', but IE isn't as kind...
This problem was raised several times, but I couldn't find a coherent answer, it might be that I'm really new to the whole web development business, but it seems to me like this problem wasn't really answered...
Could this be solved by changing the width attribute with javascript according to the window size? Did anybody encounter this problem and has a better solution?
Thanks in advance, Trout