Tag Archives: html

Setting Maximum Width For Image In IE6, IE7 & Firefox

It seems simple, by using the “max-width” propery through CSS, however; IE6 doesn’t support it. Here’s a simple “hack” to get it working, by using expressions (in javascript-like syntax) in CSS, that IE6 does support. .my_img { max-width: 500px; /* … Continue reading

Posted in Webdevelopment | Tagged , , , , , , , | 5 Comments