I've got this gradient bar, originally 700px wide, that should expand and contract with page width (see the div tag within the td.) By itself outside the table, it works. Inside the table, it does not shrink below 700px, but it will expand.
In Firefox and netscape it shrinks properly, but not IE. So what is it about the table that it behaves differently in IE? IS there a fix for this that does not require javascript to change the img size by code?