Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • frankiep Friend
    #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!
    Fran

    instantinlaw Friend
    #320451

    This 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 Friend
    #320453

    You 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" />

    frankiep Friend
    #320456

    Hi-

    Thanks for the advice. I tried both but I don’t notice any change. Anything else I might try? I’m pretty open.

    Best,
    Fran

    instantinlaw Friend
    #320457

    Replace 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>

    frankiep Friend
    #320459

    Thanks instantinlaw-

    I tried it and it didn’t seem to change anything.

    Best,
    Fran

    instantinlaw Friend
    #320518

    Have you tried to submit a support ticket?

Viewing 7 posts - 1 through 7 (of 7 total)

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