- Thank you received: 0
CSS Content Text-Color chance
-
erkan
-
Topic Author
- New Member
-
Less
More
13 years 2 months ago #15093
by erkan
CSS Content Text-Color chance was created by erkan
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6810
- Thank you received: 724
13 years 2 months ago #15096
by milos
Replied by milos on topic Re: CSS Content Text-Color chance
You can change this in template parameters.
Please Log in to join the conversation.
-
erkan
-
Topic Author
- New Member
-
Less
More
- Thank you received: 0
13 years 2 months ago #15097
by erkan
Replied by erkan on topic Re: CSS Content Text-Color chance
ok, I know.
But I see that is a differenz between Firefox and InternetExplorer.
In the InternetExplorer the chance of the color is ok but
in the Firefox seam a differenz color?
InternetExplorer:
Firefox:
I think that in index.php are the solution:
<style type="text/css">
<!--
<?php require(dirname(__FILE__).DS.'css/template_css.php'); ?>
-->
</style>
<!--[if IE]>
<style type="text/css">
<?php require(dirname(__FILE__).DS.'css/template_css.php'); ?>
</style>
<![endif]-->
What do you think of this code?
But I see that is a differenz between Firefox and InternetExplorer.
In the InternetExplorer the chance of the color is ok but
in the Firefox seam a differenz color?
InternetExplorer:
Firefox:
I think that in index.php are the solution:
<style type="text/css">
<!--
<?php require(dirname(__FILE__).DS.'css/template_css.php'); ?>
-->
</style>
<!--[if IE]>
<style type="text/css">
<?php require(dirname(__FILE__).DS.'css/template_css.php'); ?>
</style>
<![endif]-->
What do you think of this code?
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 2 months ago #15117
by ivan.milic
Replied by ivan.milic on topic Re: CSS Content Text-Color chance
You are loading template inline style twice for IE?
Please Log in to join the conversation.
Time to create page: 0.167 seconds