1
Zagadka
Zeta Reticuli & IE not getting along...
  • 2007/3/12 6:33

  • Zagadka

  • Just popping in

  • Posts: 5

  • Since: 2007/3/6 3


Forgive the 'noobie' question, not sure where to start to fix this. I did a search but didn't find what I was looking for.


I'm using the Zeta Reticuli v0.5 for 2.0.14 theme that I got From Here. Everything is fine until I go onto the forums (I'm using XOOPS 2.0.16 & CBB 3.08). Firefox looks good but using IE6 & 7 things aren't lining up.

Got screen shots so you can see what I mean:

Firefox
Internet Explorer




If someone's got an idea or could point me in the right direction would be greatly appreciated.

Thanks!

2
Zagadka
Re: Zeta Reticuli & IE not getting along...
  • 2007/3/12 22:33

  • Zagadka

  • Just popping in

  • Posts: 5

  • Since: 2007/3/6 3


I honestly have no clue what I am doing. But I messed with it a little. I had to add this to the theme.html file found in the themes/zetareticuli folder.

Changed it from:

[b]!--[if lt IE 7]>
    <
script type="text/javascript">
        var 
IE7_PNG_SUFFIX=".*/icons/.*.png";
        var 
IE7_BOX_MODEL true;
    </
script>
    <
script src="<{$xoops_imageurl}>ie7/ie7-standard-p.js" type="text/javascript"></script>
<![endif]-->[/
b]
To:

<!-- compliance patch for microsoft browsers -->
   <!--[if 
lt IE 7]><script src="/ie7/ie7-standard-p.js" type="text/javascript"></script>
    </
script>

    <
script src="<{$xoops_imageurl}>ie7/ie7-standard-p.js" type="text/javascript"></script>

    <
script type="text/javascript">
        var 
IE7_PNG_SUFFIX=".*/icons/.*.png";
        var 
IE7_BOX_MODEL true;
    </
script>
    <
script src="<{$xoops_imageurl}>ie7/ie7-standard-p.js" type="text/javascript"></script>

<![endif]-->


It made IE7 work a little better but things are still aren't right. Things don't line up right as you can see in the screenshot.

New IE7 Screenshot