Page 1 of 1
Forum Header Cats Missing
Posted: 05 Jul 2008, 03:22
by KnaveTO
Just letting you know that as of right now I cannot see any of the forum header cats.
Re: Forum Header Cats Missing
Posted: 05 Jul 2008, 07:44
by Jools
Side effect of my testing the new code to get the transparency to work in older browsers. Should be fine now.
Jools
Re: Forum Header Cats Missing
Posted: 05 Jul 2008, 10:13
by Bas Pels
I'm afraid it still isn't
Re: Forum Header Cats Missing
Posted: 05 Jul 2008, 16:43
by KnaveTO
I have to agree, they are still gone
Re: Forum Header Cats Missing
Posted: 06 Jul 2008, 10:58
by Jools
OK, the problem is that older versions of Microsoft Internet Explorer (MSIE) do not display these graphics unless you use special code. However MSIE 7.0 does display them as do the latest versions of Safari, Opera & Firefox. The latest problem was tat I had assumened what would work in MSIE 6.0 would work in MSIE 7.0, but it doesn't.
So, I now have the latest versions of all these browsers working and have tested that and they're working.
What I can't test from here is MSIE6.0, so if anyone is using that please let me know if it works or not...
Cheers,
Jools
Re: Forum Header Cats Missing
Posted: 06 Jul 2008, 20:47
by KnaveTO
They are now showing for me... however I am on a Vista system and using IE7 so not sure what you did but now works
Re: Forum Header Cats Missing
Posted: 07 Jul 2008, 09:03
by Martin S
Jools
Back at work, and as you know, an MSIE6 user. The cats are now totally missing.
Martin
Re: Forum Header Cats Missing
Posted: 11 Jul 2008, 08:45
by Jools
Martin S wrote:Jools
Back at work, and as you know, an MSIE6 user. The cats are now totally missing.
Martin
Can you post the page source from the top of the page, from
Code: Select all
<body id="phpbb" class="section-posting ltr">
to
Code: Select all
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr bgcolor="#000000">
Cheers,
Jools
Re: Forum Header Cats Missing
Posted: 11 Jul 2008, 10:58
by Martin S
Jools
OK, as requested:
Code: Select all
<script type="text/javascript" src="../scripts/wz_tooltip.js"></script>
<div align='left' id='Layer1' style='position:absolute; z-index:1; left: 0px; top: 0px; width: 200px; height: 100px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../png/branding/full.png', sizingMethod='scale');'><img border='0' src='../gif/misc/p.gif' alt='3' /></div>
<div align='left' id='Layer2' style='position:absolute; z-index:2; left: 0px; top: 0px; width: 110px; height: 100px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../png/branding/half.png', sizingMethod='scale');'><img border='0' src='../gif/misc/p.gif' alt='2' /></div>
<div align='left' id='Layer3' style='position:absolute; z-index:3; left: 0px; top: 0px; width: 60px; height: 100px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../png/branding/head.png', sizingMethod='scale');'><img border='0' src='../gif/misc/p.gif' alt='1' /></div>
<div align="right" style="position:relative;">
Martin
Re: Forum Header Cats Missing
Posted: 12 Jul 2008, 18:17
by Jools
Nailed it. Darn unescaped quotes.
Jools
Re: Forum Header Cats Missing
Posted: 14 Jul 2008, 09:17
by Martin S
Yep, I now have them back!
Thanks Jools.
Regards
Martin