11
m0nty
Re: URGENT!!! Page blank only in ie!
  • 2005/2/18 22:30

  • m0nty

  • XOOPS is my life!

  • Posts: 3337

  • Since: 2003/10/24


you have this in your theme.html >

<table width="100%" cellspacing="0">
        <
tr id="header">
          <
td id="headerlogo"><a href="http://www.weblook.org/"><img src="http://www.weblook.org/themes/iceLOOK/logo.gif" width="200" height="92" alt="webLOOK Logo" /></a></td>



and this is the style.css u have >

td#headerbanner
{
    
width100%;
    
background-color#FFFFFF;
    
vertical-alignmiddle;
}
td#headerbar
{
    
height29px;
    
background-color#004080;
    
color#FFFFFF;
    
line-height27px;
    
padding-left6px;
    
padding-right7px;
    
border-top1px solid #000000;
    
border-bottom1px solid #000000;
}
td#headerbar a
{
    
color#FFFFFF;
}
td#headerbar a:hover
{
    
color#FF8040;
}


there is no class defined in the css for >
<tr id="header">
<td id="headerlogo">

maybe that might be the cause..

12
PTlooker
Re: URGENT!!! Page blank only in ie!
  • 2005/2/19 7:12

  • PTlooker

  • Just can't stay away

  • Posts: 447

  • Since: 2003/6/15


Can you please tell what's supose me to have on style.css? Because its a little strange everything runs ok on firefox..
Really big thanks!

13
PTlooker
Re: URGENT!!! Page blank only in ie!
  • 2005/2/19 21:50

  • PTlooker

  • Just can't stay away

  • Posts: 447

  • Since: 2003/6/15


anyone?

14
m0nty
Re: URGENT!!! Page blank only in ie!
  • 2005/2/20 0:41

  • m0nty

  • XOOPS is my life!

  • Posts: 3337

  • Since: 2003/10/24


switch to the default theme and see if that works..

if it works then it's a problem with the theme..

15
PTlooker
Re: URGENT!!! Page blank only in ie!
  • 2005/2/20 0:44

  • PTlooker

  • Just can't stay away

  • Posts: 447

  • Since: 2003/6/15


But the theme works before the upgrade... soo its difficult to me to understand why it doesnt work now in ie, but works perfectly on firefox...

16
m0nty
Re: URGENT!!! Page blank only in ie!
  • 2005/2/20 0:56

  • m0nty

  • XOOPS is my life!

  • Posts: 3337

  • Since: 2003/10/24


before what upgrade?

firefox and mozilla etc are fully standards compliant browsers.. IE on the other hand is not fully compatible with all standards even tho microsoft say it is..

i can't actually check with IE as i'm on linux. but i see your site, but i don't see any header (with konqueror)

u could try and narrow it down.. by removing certain things in the theme.html

try removing this script from your theme >

<script>
function 
addEngine()
{
    if ((
typeof window.sidebar == "object") &&
      (
typeof window.sidebar.addSearchEngine == "function"))
    {
        
window.sidebar.addSearchEngine(
            
"http://www.weblook.org/themes/iceLOOK/procura_plugin.src",  /* engine url */
            
"http://www.weblook.org/favicon.ico",  /* icon url */
            
"webLOOK",                                         /* engine name */
            
"Web" );                                               /* category name */
    
}
    else
    {
        
alert("Mozilla M15 ou superior é necessário para instalar um sistema de procura.");
    }
}
</
script>


it may not be the cause, but at least you'll know for sure.. if it works without that script then you know thats where the problem is, and then u can try and narrow it down further..

17
m0nty
Re: URGENT!!! Page blank only in ie!
  • 2005/2/20 1:19

  • m0nty

  • XOOPS is my life!

  • Posts: 3337

  • Since: 2003/10/24


or u could use pure css for the header.. that may work better..

try changing this line

<td id="headerlogo"><a href="<{$xoops_url}>/"><img src="<{$xoops_imageurl}>logo.gif" width="200" height="92" alt="webLOOK Logo" /></a></td>


change to:

<td class="headerlogo"></td>


then add this class to your style.css

.headerlogo {
width200px;
height92px;
backgroundurl('logo.gif');
}

18
PTlooker
Re: URGENT!!! Page blank only in ie!
  • 2005/2/20 6:04

  • PTlooker

  • Just can't stay away

  • Posts: 447

  • Since: 2003/6/15


Thanks by the help, but it didn't work...any other suggestion?
Thanks in advance!

19
m0nty
Re: URGENT!!! Page blank only in ie!
  • 2005/2/20 6:09

  • m0nty

  • XOOPS is my life!

  • Posts: 3337

  • Since: 2003/10/24


did u empty templates_c after u edited theme.html and edited the css? (just checking)

20
JasonMR
Re: URGENT!!! Page blank only in ie!
  • 2005/2/20 9:00

  • JasonMR

  • Just can't stay away

  • Posts: 655

  • Since: 2004/6/21


OK guys, I know if ya were around, I would here a big DOUGH!!

<script type="text/javascript">
//--></script><script type="text/javascript" src="http://www.weblook.org/include/xoops.js"></script><script type="text/javascript"><!--
</script>


...see the comment code, that's what's causing the problem (easily found with JS debugger!)

Change to this..
<script type="text/javascript">
</
script><script type="text/javascript" src="http://www.weblook.org/include/xoops.js"></script><script type="text/javascript">
</
script>

...and it works

Login

Who's Online

225 user(s) are online (129 user(s) are browsing Support Forums)


Members: 0


Guests: 225


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits