Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • jsimon Friend
    #133326

    Hello,

    I having a problem in IE6 where only SOMETIMES my logo does not show up with a fully transparent background. I believe this is a code issue as when I view the source code of the pages that it displays properly on, the code varies from the ones where it does not display properly

    page that displays the logo properly has this when i view the source:

    <!-- Menu head -->
    <link href="http://atlantic.net/templates/ja_kulanite/ja_menus/ja_moomenu/ja.moomenu.css" rel="stylesheet" type="text/css" />
    <script src="http://atlantic.net/templates/ja_kulanite/ja_menus/ja_moomenu/ja.moomenu.js" language="javascript" type="text/javascript" ></script>

    <link href="http://atlantic.net/templates/ja_kulanite/css/colors/default.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>
    <!-->

    <!-->
    <link href="http://atlantic.net/templates/ja_kulanite/css/ie6.php" rel="stylesheet" type="text/css" />
    <link href="http://atlantic.net/templates/ja_kulanite/css/colors/default-ie6.php" rel="stylesheet" type="text/css" />
    <script type="text/javascript">
    var siteurl = 'http://atlantic.net/';
    window.addEvent ('load', makeTransBG);
    function makeTransBG() {
    makeTransBg($$('img'));
    }
    </script>
    <!-->
    </head>

    And this is a snippet of a page where the logo does not show transparent:

    <!-- Menu head -->
    <link href="http://www.atlantic.net/templates/ja_kulanite/ja_menus/ja_moomenu/ja.moomenu.css" rel="stylesheet" type="text/css" />
    <script src="http://www.atlantic.net/templates/ja_kulanite/ja_menus/ja_moomenu/ja.moomenu.js" language="javascript" type="text/javascript" ></script>

    <link href="http://www.atlantic.net/templates/ja_kulanite/css/colors/default.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>
    <!-->

    </head>

    If you visit the site and click on the top level choices for the navigation in IE, you will see what I mean (you may have to click around for a bit to make it happen).

    I really appreciate your assistance in resolving this issue.

    Site/Template info:
    1: URL: http://www.atlantic.net
    2: Joomla: 1.5
    3: modules/plugins: joompack module, jatabs, janewsflash, janews,janalytics
    4: I have modified the css and some basic changes to the template

    Menalto Friend
    #270385

    first of all, great explanation of your problem.
    And the problem with your logo, why not make it a jpg and problem is gone?

    hmmmm, if you open up the configuration.php, what does it say under live site there?

    jsimon Friend
    #270414

    it is funny that you mention the live_site variable, as I messed with it yesterday. It was blank. I put the url: http://www.atlantic.net in and it did not solve the problem. Any other ideas?

    Menalto Friend
    #272223

    If you change this block here:

    <!-->
    <style type="text/css">
    .clearfix {height: 1%;}
    img {border: none;}
    </style>
    <!-->

    <!-->
    <style type="text/css">
    .clearfix {display: inline-block;}
    </style>
    <!-->

    <!-->
    <link href="http://atlantic.net/templates/ja_kulanite/css/ie6.php" rel="stylesheet" type="text/css" />
    <link href="http://atlantic.net/templates/ja_kulanite/css/colors/default-ie6.php" rel="stylesheet" type="text/css" />
    <script type="text/javascript">
    var siteurl = 'http://atlantic.net/';
    window.addEvent ('load', makeTransBG);
    function makeTransBG() {
    makeTransBg($$('img'));
    }
    </script>
    <!-->

    Into this here:

    <!-->
    <style type="text/css">
    .clearfix {height: 1%;}
    img {border: none;}
    </style>
    <link href="http://atlantic.net/templates/ja_kulanite/css/ie6.php" rel="stylesheet" type="text/css" />
    <link href="http://atlantic.net/templates/ja_kulanite/css/colors/default-ie6.php" rel="stylesheet" type="text/css" />
    <script type="text/javascript">
    var siteurl = 'http://atlantic.net/';
    window.addEvent ('load', makeTransBG);
    function makeTransBG() {
    makeTransBg($$('img'));
    }
    </script>
    <!-->

    <!-->
    <style type="text/css">
    .clearfix {display: inline-block;}
    </style>
    <!-->

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

This topic contains 4 replies, has 2 voices, and was last updated by  Menalto 16 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum