You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2006/10/16 10:35:42 UTC

[jira] Commented: (OFBIZ-210) Still some little problems with IE 6 in ecommerce

    [ http://issues.apache.org/jira/browse/OFBIZ-210?page=comments#action_12442506 ] 
            
Jacques Le Roux commented on OFBIZ-210:
---------------------------------------

Hi Chris,

I tried to use this hack. But it does not work if widht and height are not specified. So it's not usable here.
After that I tried another hack : http://webfx.eae.net/dhtml/pngbehavior/pngbehavior.html which seemed simpler to apply than http://www.alistapart.com/stories/pngopacity/

I put pngbehavior.htc and blank.gif in framework/images/webapp/images 
(changing 
  var blankSrc = "blank.gif"; 
to 
  var blankSrc = "images/blank.gif";
)
and
In ecommain.css I put 
img {
behavior: url("images/pngbehavior.htc");
}

But I did not succed to apply it.

If no one find a solution I will close (won't fix) this issue in some days. After all in some months IE 7 will rule !

> Still some little problems with IE 6 in ecommerce
> -------------------------------------------------
>
>                 Key: OFBIZ-210
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-210
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Improvement
>          Components: ecommerce
>            Reporter: Jacques Le Roux
>         Assigned To: Jacques Le Roux
>            Priority: Trivial
>         Attachments: showcart.patch
>
>
> Grey background under images with IE 6
> Chris Howe proposes this solution : http://homepage.ntlworld.com/bobosola/pnghowto.htm
> In cart view If from an empty cart you click on the button "Add to cart" the next screen is not very good but usable.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira