-
AuthorPosts
-
October 14, 2009 at 3:18 am #145172
Hi-
I searched the thread for a solution but nothing seems to be working. I tried changing index.php to
<!–>
<style type=”text/css”>
.clearfix {display: inline-block;}
</style>
<!–><!–>
<style type=”text/css”>
.clearfix {display: block;}
</style>
<!–>it had no effect. looks great in ff.
here is my url http://www.pretentiousplaid.com/jerrie
any help woul be appreciated.
Thanks!
Franinstantinlaw Friendinstantinlaw
- Join date:
- February 2007
- Posts:
- 1646
- Downloads:
- 6
- Uploads:
- 28
- Thanks:
- 68
- Thanked:
- 210 times in 62 posts
October 14, 2009 at 3:30 am #320451This code in your index.php is incorrect.
<!-->
<link href="http://www.pretentiousplaid.com/jerrie/templates/ja_mesolite/css/ie8.css" rel="stylesheet" type="text/css" />
<!-->
Try removing what you put in the index.php and change the code above to this:
<!-->
< link rel='stylesheet' type='text/css' href='http://www.pretentiousplaid.com/jerrie/templates/ja_mesolite/css/ie8.css'/>
<!-->
But make sure there is an ie8.css file in the ja_mesolite/css folder.instantinlaw Friendinstantinlaw
- Join date:
- February 2007
- Posts:
- 1646
- Downloads:
- 6
- Uploads:
- 28
- Thanks:
- 68
- Thanked:
- 210 times in 62 posts
October 14, 2009 at 3:48 am #320453You can also force IE8 to render the page as IE7 if the page is displaying correctly in IE7.
Just add this to the head of your index.php, right below the <head> tag.
<meta http-equiv="X-UA-Compatible" content="IE=7" />
October 14, 2009 at 4:17 am #320456Hi-
Thanks for the advice. I tried both but I don’t notice any change. Anything else I might try? I’m pretty open.
Best,
Franinstantinlaw Friendinstantinlaw
- Join date:
- February 2007
- Posts:
- 1646
- Downloads:
- 6
- Uploads:
- 28
- Thanks:
- 68
- Thanked:
- 210 times in 62 posts
October 14, 2009 at 4:31 am #320457Replace your entire head section in your index.php with:
<head>
<jdoc:include type="head" />
<?php JHTML::_('behavior.mootools'); ?>
<link rel="stylesheet" href="<?php echo $tmpTools->baseurl(); ?>templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $tmpTools->baseurl(); ?>templates/system/css/general.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $tmpTools->templateurl(); ?>/css/template.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $tmpTools->templateurl(); ?>/css/typo.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $tmpTools->templateurl(); ?>/css/ja.vm.css" type="text/css" />
<script language="javascript" type="text/javascript">
var siteurl = '<?php echo $tmpTools->baseurl();?>';
var tmplurl = '<?php echo $tmpTools->templateurl();?>';
</script>
<script language="javascript" type="text/javascript" src="<?php echo $tmpTools->templateurl(); ?>/js/ja.script.js"></script>
<!-- js for dragdrop -->
<!-- Menu head -->
<?php $jamenu->genMenuHead(); ?>
<link href="<?php echo $tmpTools->templateurl(); ?>/css/colors/<?php echo $tmpTools->getParam(JA_TOOL_COLOR); ?>.css" rel="stylesheet" type="text/css" />
<!-->
<style type="text/css">
.clearfix {height: 1%;}
img {border: none;}
</style>
<!-->
<!-->
<style type="text/css">
.clearfix {display: inline-block;}
</style>
<!-->
<?php if ($tmpTools->isIE6()) { ?>
<!-->
<link href="<?php echo $tmpTools->templateurl(); ?>/css/ie6.php" rel="stylesheet" type="text/css" />
<script type="text/javascript">
window.addEvent ('load', makeTransBG);
function makeTransBG() {
makeTransBg($$('img'));
}
</script>
<!-->
<?php } ?>
<!-->
<link href="<?php echo $tmpTools->templateurl(); ?>/css/ie8.css" rel="stylesheet" type="text/css" />
<!-->
</head>October 14, 2009 at 5:11 am #320459Thanks instantinlaw-
I tried it and it didn’t seem to change anything.
Best,
Franinstantinlaw Friendinstantinlaw
- Join date:
- February 2007
- Posts:
- 1646
- Downloads:
- 6
- Uploads:
- 28
- Thanks:
- 68
- Thanked:
- 210 times in 62 posts
October 14, 2009 at 8:50 pm #320518Have you tried to submit a support ticket?
-
AuthorPosts
This topic contains 7 replies, has 2 voices, and was last updated by instantinlaw 15 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum