- Posts: 9
- Thank you received: 0
Does not look the same in IE9 than in Firefox
-
hermes6686
Inactive member - Topic Author
- New Member
Less
More
12 years 2 months ago #22332
by hermes6686
Replied by hermes6686 on topic Does not look the same in IE9 than in Firefox
Ok and the send button?
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6745
- Thank you received: 716
12 years 2 months ago #22337
by milos
Replied by milos on topic Does not look the same in IE9 than in Firefox
IE9 doesn't have the feature of gradient background. Please try this, open file /templates/hot_ecommerce/css/template_css.php and change this line:
with this:
This should make plain black background to be shown in IE9.
Code:
-pie-background: linear-gradient(<?php echo $modulesHeadingBgStart; ?>, <?php echo $modulesHeadingBgEnd; ?>);
with this:
Code:
background:#000;
This should make plain black background to be shown in IE9.
Please Log in to join the conversation.
-
hermes6686
Inactive member - Topic Author
- New Member
Less
More
- Posts: 9
- Thank you received: 0
12 years 2 months ago #22446
by hermes6686
Replied by hermes6686 on topic Does not look the same in IE9 than in Firefox
It's does not work looks the same.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 2 months ago #22451
by ivan.milic
Replied by ivan.milic on topic Does not look the same in IE9 than in Firefox
If it looks normal in ie9 when you go to compatibility mode, then updating pie.htc in located in /css folder should make it work. just google pie.htc
Please Log in to join the conversation.
Time to create page: 0.114 seconds