-
AuthorPosts
-
September 14, 2008 at 3:20 am #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 templateMenalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
September 14, 2008 at 7:19 am #270385first 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?
September 14, 2008 at 5:20 pm #270414it 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 FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
September 25, 2008 at 7:19 am #272223If 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>
<!-->
1 user says Thank You to Menalto for this useful post
-
AuthorPosts
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