I installed your theme. It works perfectly on Firefox. In IE 6, I receive a javascript error for some reason. Even though I do not receive it on this demo site. Strange.

Line: 33
Char: 3
Error: Object Required
Code: 0

Any ideas?

Also with IE 6, the search box on the top right does not fit. The Search button aligns under the textbox. Again, it works well with FF.

The forum layout aligns perfectly in FF, but in IE 6, it is extremely narrow. Anyone encounter this?

Any guidance will be appreciated.

Thanks!!

Comments

Ken Collins’s picture

Assigned: Unassigned » Ken Collins

Hey, it sounds like you are working with an old copy of the them. Can you download a fresh copy of the theme and check the pagestyle.css ID tags against your local copy?

Bluefire-1’s picture

I have just installed again the theme, have the same mistake.

The first line of the pagestyle.css is the following one:

/* $Id: pagestyles.css,v 1.1.2.8 2006/05/19 01:14:09 kencollins Exp $

I do not know anything on CSS if you specify me in that I can help hare with pleasure.

Sorry for my english, I speak Spanish.

Ken Collins’s picture

What versions of Firefox are you using?
Have you added any JavaScripts to your page?
Can you send me a link?

Bluefire-1’s picture

My firefox does not have the mistake, the mistake appears in the use of the IE 6.0.

I am developing an intranet and here many people (the majority) use IE.

I will try to generate a link in order that you see the mistake.

For it of Java, use only drupal and modules offered by them.

Ken Collins’s picture

When you say modules offered by them (drupal), do you mean core modules or additional ones that you have downloaded? Can you try turning modules off to see which one is conflicting?

majomajomajo’s picture

Same error here

Server:
Drupal 4.7.2
Meta Theme CVS (downloaded today)
PHP 5.1.4
Mysql 4.1.20

Modules:
adsense
aggregator2
blog
comment
contact
flexinode
forum
gsitemap
help
locale
menu
onlinestatus
page
path
pathauto
Ping
Poll
poormanscron
Search
profile
statistics
subscriptions
taxonomy
tinymce
tracker
upload
views
views_ui

Client:
IE6

Andrupal’s picture

I had same error and it seems to be related to calling undefined flexinode styles or something.

Bluefire-1’s picture

Ken, Inactivate all the added modules and the problem persists.

majomajomajo’s picture

I downloaded cvs today and the problem went away, but when deleting the part metatools-bounding1 (in page.tpl.php) the problem went back.

majomajomajo’s picture

i deleted:
// Drupal.js Global Killswitch
if (isJsEnabled()) {
addLoadEvent(externalLinks);
addLoadEvent(replaceSearchField);
}

in meta.js and the problem i gone.

??

majomajomajo’s picture

"and the problem i gone" -> "and the problem is gone"

Ken Collins’s picture

Status: Active » Closed (fixed)

Case closed on this. Basically when you deleted the header, the JS would error out when calling a function to a Element in there.