TOPIC: Bug IE 9

Bug IE 9 8 years 9 months ago #7674

  • woutercop
  • woutercop's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
  • Karma: 0
Hello,

i have found a problem if visiting detail product page in IE9
the addtocart and the background of the paypal/visa icon is not the same as in Chrome,

see screenshot

possible to fix this?
This image is hidden for guests. Please log in or register to see it.
The administrator has disabled public write access.

Re: Bug IE 9 8 years 9 months ago #7675

  • trungdt
  • trungdt's Avatar
  • OFFLINE
  • Administrator
  • Posts: 2284
  • Thank you received: 998
  • Karma: 121
Hi,

You should open and edit file product.css and find this line: "filter: progid" and delete them

Example:
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009ad0', endColorstr='#007ab7',GradientType=0 );

Regards
The administrator has disabled public write access.

Re: Bug IE 9 8 years 9 months ago #7678

  • trungdt
  • trungdt's Avatar
  • OFFLINE
  • Administrator
  • Posts: 2284
  • Thank you received: 998
  • Karma: 121
Hi,

You can edit file: themes/ot_print/css/modules/homeslider/homeslider.css and find this code:
background: url("../../../images/bg_banner.jpg") repeat-x scroll 0 0 / 100% 100%;

and then change it to:
background: url("../../../images/bg_banner.jpg") repeat-x scroll 100% 100%;

Regards
The administrator has disabled public write access.

Re: Bug IE 9 8 years 9 months ago #7679

  • woutercop
  • woutercop's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
  • Karma: 0
ok thanks but this is not a satisfied solution
check my screenshot
Attachments:
  • Attachment This image is hidden for guests. Please log in or register to see it.
The administrator has disabled public write access.

Re: Bug IE 9 8 years 9 months ago #7680

  • trungdt
  • trungdt's Avatar
  • OFFLINE
  • Administrator
  • Posts: 2284
  • Thank you received: 998
  • Karma: 121
I forgot to tell you add more this element
background-size: cover;

Regards
The administrator has disabled public write access.
Time to create page: 0.096 seconds