Unfortunately IE6 doesn’t support the CSS property max-width, however you can make it behave using the following CSS:
img { width: expression(document. body.clientWidth < 100? “100%” : document.body.clientWidth > 100? “100%” : “auto”); }
Unfortunately IE6 doesn’t support the CSS property max-width, however you can make it behave using the following CSS:
img { width: expression(document. body.clientWidth < 100? “100%” : document.body.clientWidth > 100? “100%” : “auto”); }
Just launched the Beyond Lies The Web holding page http://t.co/2NW8qSYb if anyone is interested in taking part in the project please pm me