free flash templates
free flash templates menu free css & photoshop templates menu free flash animation

PDA

View Full Version : Different Browsers


Crysti
07-29-2009, 05:48 PM
I thought I did everything right, however, the free Flash template I downloaded from you only works in Firefox. In Safari and IE the text is not visible. How do I remedy this? The site is www.lightafireforjesus.com. Thanks.

freenicetemplates
07-30-2009, 07:38 AM
Hi,
There two possible reasons:
- The problem is coming from the css you add in _XXX.htm files.
Try to add the css in :
http://www.lightafireforjesus.com/css/stylesheet.css
And remove the css inside _XXX.htm pages. For example remove in http://www.lightafireforjesus.com/_home.htm :
<style type="text/css">
<!--
.text {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
font-weight: normal;
color: #000000;
}
.style2 {
color: #CC0000;
font-weight: bold;
font-size: 9px;
font-family: "Trebuchet MS";
}
.style4 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #000000; }
.BIBLICAL {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 10pt;
font-weight: bold;
color: #0066CC;
}
.style7 {
font-family: "Times New Roman", Times, serif;
font-size: 30px;
color: #CC0000;
}
-->
</style>

- Make sure the http://www.lightafireforjesus.com/_home.htm is in utf-8 format.