tee wrote:
Two divs wrap - background image not showed up in iE6/7 http://lotusfromthemud.com/gbtv/products.html
Old IE usually doesn't render an absolute positioned element when it is next to a float in the markup. In that particular case: move the <div class="tvimg"> below the <div class="clear"> in the markup, and old IE will render it. See: <http://www.brunildo.org/test/IE_raf3.html> for more on the issue. regards Georg -- http://www.gunlaug.no ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [email protected] *******************************************************************
