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 >

le="color: #000000"><?php <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 >

le="color: #000000"><?php td#headerbanner { width: 100%; background-color: #FFFFFF; vertical-align: middle; } td#headerbar { height: 29px; background-color: #004080; color: #FFFFFF; line-height: 27px; padding-left: 6px; padding-right: 7px; border-top: 1px solid #000000; border-bottom: 1px 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 >

le="color: #000000"><?php <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

le="color: #000000"><?php <td id="headerlogo"><a href="<{$xoops_url}>/"><img src="<{$xoops_imageurl}>logo.gif" width="200" height="92" alt="webLOOK Logo" /></a></td>


change to:

le="color: #000000"><?php <td class="headerlogo"></td>


then add this class to your style.css

le="color: #000000"><?php .headerlogo { width: 200px; height: 92px; background: url('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!!

le="color: #000000"><?php <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..
le="color: #000000"><?php <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

Donat-O-Meter

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

Latest GitHub Commits