I've used a jquery background stretcher plugin. In IE6 it does not function correctly.
The plugin can be found here:
http://www.ajaxblender.com/bgstretch...nd-plugin.html
A commenter from the above link put this fix:
I've implemented this suggested code and it still does not work. Now, IE6 says there is an error on Line 1, Char 44 - Invalid Character.Code:/* Fix CSS styles for IE6 */ html { background-image: url(/img/trans.gif); background-repeat: no-repeat; background-attachment: fixed; background-color: none; } .bgstretcher { position: absolute !important; top: expression(documentElement.scrollTop+body.scrollTop + “px”); left: 0; }
I'd really like to make this function and also to have the page still validate and not have errors. Any suggestions would be appreciated.
Thank you.
The test site is: http://tiny.cc/9td3k


Reply With Quote

Bookmarks