Unfortunately, I cannot force my customers to use Firefox;-)

I installed nitobe 3.1 today. IE displays

on top left corner.

This is the code from nitobe 3.1 page.tpl.php

print base_path() . path_to_theme(); /fix-ie.css" />
if (defined('LANGUAGE_RTL') && $language->direction == LANGUAGE_RTL): @import " print base_path() . path_to_theme(); /fix-ie-rtl.css";

endif;

print base_path() . path_to_theme(); /fix-ie6.css" />
if (defined('LANGUAGE_RTL') && $language->direction == LANGUAGE_RTL): @import " print base_path() . path_to_theme(); /fix-ie6-rtl.css";

endif;

I assume it should be instead

print base_path() . path_to_theme(); /fix-ie.css" />
if (defined('LANGUAGE_RTL') && $language->direction == LANGUAGE_RTL): @import " print base_path() . path_to_theme(); /fix-ie-rtl.css";

endif;

print base_path() . path_to_theme(); /fix-ie6.css" />
if (defined('LANGUAGE_RTL') && $language->direction == LANGUAGE_RTL): @import " print base_path() . path_to_theme(); /fix-ie6-rtl.css";

endif;

Have fun!

Comments

mokko’s picture

Status: Needs review » Closed (duplicate)

Sorry for the bad formatting! while trying to correct it I posted it again...

Duplicate http://drupal.org/node/389848