- Posts: 2
- Thank you received: 0
Template not show in IE7
-
aortaggi
Inactive member - Topic Author
- New Member
Less
More
12 years 9 months ago #16231
by aortaggi
Template not show in IE7 was created by aortaggi
Hello,
i have installed your template version joomla 2.5 but i noticed that website show correctly only in ff e chrome.
If you tried to open it on ie7 website simply not show up.
If i change template website work also in ie7 so i think is a problem of your template.
How can i fix this?
Thanks for your support.
i have installed your template version joomla 2.5 but i noticed that website show correctly only in ff e chrome.
If you tried to open it on ie7 website simply not show up.
If i change template website work also in ie7 so i think is a problem of your template.
How can i fix this?
Thanks for your support.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6754
- Thank you received: 718
12 years 9 months ago #16240
by milos
Replied by milos on topic Re: Template not show in IE7
Please edit file /templates/hot_cosmetics/css/template_css.php and delete lines:
<?php
and
header("Content-type: text/css");
?>
<?php
and
header("Content-type: text/css");
?>
Please Log in to join the conversation.
-
aortaggi
Inactive member - Topic Author
- New Member
Less
More
- Posts: 2
- Thank you received: 0
12 years 9 months ago #16251
by aortaggi
Replied by aortaggi on topic Re: Template not show in IE7
Milos,
Thanks for your fast support!
It work good now.
By the way I found another little problem, when you add items in cart (ie7) notice box has a strange CSS, is out of the witdh of the template.
In chrome or ff work good but in ie7 notice box is really bad.
Is possible to unify the layout of notice box,
Thanks
Thanks for your fast support!
It work good now.
By the way I found another little problem, when you add items in cart (ie7) notice box has a strange CSS, is out of the witdh of the template.
In chrome or ff work good but in ie7 notice box is really bad.
Is possible to unify the layout of notice box,
Thanks
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 9 months ago #16253
by ivan.milic
Replied by ivan.milic on topic Re: Template not show in IE7
The class name of dialog is cbContainer. So you can add some additional styling:
.cbContainer{
...
}
.cbContainer *{
...
}
.cbContainer{
...
}
.cbContainer *{
...
}
Please Log in to join the conversation.
Time to create page: 0.145 seconds