PROBLEM rendering Internet Explorer Vs Mozilla firefox

Use GitHub to post bug reports and error descriptions for phpwcms. Describe your problem detailed!
culda_a
Posts: 521
Joined: Tue 28. Feb 2006, 01:39
Contact:

PROBLEM rendering Internet Explorer Vs Mozilla firefox

Post by culda_a »

Hi, I use Mozilla firefox and it looks everityng OK bu when I check my site on Internet explorer the left menu bar is not align with image on top is a little bit smaller !!! what do aI have to do To have the same results on bouth browsers?

--

check it on bouth browsers maybe sombody have a solution :idea:
Thanks
Last edited by culda_a on Sat 11. Mar 2006, 23:46, edited 1 time in total.
User avatar
juergen
Moderator
Posts: 4556
Joined: Mon 10. Jan 2005, 18:10
Location: Weinheim
Contact:

Post by juergen »

....

in css define the h1 {....} properties

But where there is a bug ? :roll:
culda_a
Posts: 521
Joined: Tue 28. Feb 2006, 01:39
Contact:

Post by culda_a »

Sory I post the problem in the wrong section, pls can you be more exact or can you discribe step by step what shoul I do to solve this problem becouse I have no knowlage of css :roll:
culda_a
Posts: 521
Joined: Tue 28. Feb 2006, 01:39
Contact:

Post by culda_a »

Thanks a lot DF6IH for the help in Pm but now I have the folowing problem also:
DF6IH wrote:in config/ phpwcms ..file: conf.template_default.inc.php

change nav table from 100% to ....px

The Bug is in IE

look for the other properties for NAV_TABLE...... not knowing them all by heart :)

Jürgen
Thanks was helpful in one way but now I have problem with the color in the backit gos out of the menu here is the code fom the conf.template_default.inc.php
<?php
// predefine the default article/content values like space holder images, classes and so on

// simple navigation table defaults
$template_default["nav_table_simple_struct"]["width"] = "100%";
$template_default["nav_table_simple_struct"]["border"] = "0";
$template_default["nav_table_simple_struct"]["cellpadding"] = "0";
$template_default["nav_table_simple_struct"]["cellspacing"] = "0";

// row based navigation
$template_default["nav_row"]["before"] = '';
$template_default["nav_row"]["after"] = '';
$template_default["nav_row"]["between"] = ' | ';
$template_default["nav_row"]["link_before"] = '';
$template_default["nav_row"]["link_after"] = '';
$template_default["nav_row"]["link_before_active"] = '<span style="text-decoration:none;font-weight:bold;">';
$template_default["nav_row"]["link_after_active"] = '</span>';
$template_default["nav_row"]["link_direct_before"] = '';
$template_default["nav_row"]["link_direct_after"] = '';
$template_default["nav_row"]["link_direct_before_active"] = '';
$template_default["nav_row"]["link_direct_after_active"] = '';

// navigation table defaults
$template_default["nav_table_struct"]["table_border"] = "0";
$template_default["nav_table_struct"]["table_width"] = "205";
$template_default["nav_table_struct"]["table_height"] = "";
$template_default["nav_table_struct"]["table_bgcolor"] = "150";
$template_default["nav_table_struct"]["table_class"] = "";
$template_default["nav_table_struct"]["table_cspace"] = "0";
$template_default["nav_table_struct"]["table_cpad"] = "0";
//
$template_default["nav_table_struct"]["space_width"] = 10;
$template_default["nav_table_struct"]["space_left"] = 7;
$template_default["nav_table_struct"]["space_right"] = 10;
$template_default["nav_table_struct"]["space_celltop"] = 2;
$template_default["nav_table_struct"]["space_cellbottom"] = 2;
//
$template_default["nav_table_struct"]["cell_width"] = "100%";
$template_default["nav_table_struct"]["cell_height"] = "15";
$template_default["nav_table_struct"]["cell_class"] = "nav_table";
//
$template_default["nav_table_struct"]["cell_active_width"] = "100%";
$template_default["nav_table_struct"]["cell_active_height"] = "15";
$template_default["nav_table_struct"]["cell_active_class"] = "nav_table_active";
//
$template_default["nav_table_struct"]["js_over_effects"] = 1;
$template_default["nav_table_struct"]["all_nodes_active"] = 1;
//
$template_default["nav_table_struct"]["linkimage_norm"] = '<img src="img/article/nav_link_0.gif" alt="" border="0">';
$template_default["nav_table_struct"]["linkimage_over"] = '<img src="img/article/nav_link_1.gif" alt="" border="0">';
$template_default["nav_table_struct"]["linkimage_active"] = '<img src="img/article/nav_link_2.gif" alt="" border="0">';
//
$template_default["nav_table_struct"]["row_norm_bgcolor"] = "#D9DEE3";
$template_default["nav_table_struct"]["row_norm_class"] = "";
//
$template_default["nav_table_struct"]["row_over_bgcolor"] = "#D3ED7D"; //#AAB7C1
$template_default["nav_table_struct"]["row_active_bgcolor"] = "#FFFFFF";
$template_default["nav_table_struct"]["row_active_class"] = "";
//
$template_default["nav_table_struct"]["row_space"] = 1;
$template_default["nav_table_struct"]["row_space_bgcolor"] = "#4A5966";

/*
* sublevel layout
* ===============
* setup unique style for each node/level
* ['array_struct'][1] => the number represents level ID
* so root level is [0] and so on...

$template_default["nav_table_struct"]['array_struct'][1]["linkimage_norm"] = '<img src="img/article/nav_link_0.gif" alt="" border="0">';
$template_default["nav_table_struct"]['array_struct'][1]["linkimage_over"] = '<img src="img/article/nav_link_1.gif" alt="" border="0">';
$template_default["nav_table_struct"]['array_struct'][1]["linkimage_active"] = '<img src="img/article/nav_link_2.gif" alt="" border="0">';

$template_default["nav_table_struct"]['array_struct'][1]["row_norm_bgcolor"] = '#FAEAC8';
$template_default["nav_table_struct"]['array_struct'][1]["row_norm_class"] = $template_default["nav_table_struct"]["row_norm_class"];
$template_default["nav_table_struct"]['array_struct'][1]["row_over_bgcolor"] = '#FAEAC8';
$template_default["nav_table_struct"]['array_struct'][1]["row_active_bgcolor"] = '#FAEAC8';
$template_default["nav_table_struct"]['array_struct'][1]["row_active_class"] = $template_default["nav_table_struct"]["row_active_class"];

$template_default["nav_table_struct"]['array_struct'][1]["space_celltop"] = $template_default["nav_table_struct"]["space_celltop"];
$template_default["nav_table_struct"]['array_struct'][1]["space_cellbottom"] = $template_default["nav_table_struct"]["space_cellbottom"];

$template_default["nav_table_struct"]['array_struct'][1]["cell_height"] = $template_default["nav_table_struct"]["cell_height"];
$template_default["nav_table_struct"]['array_struct'][1]["cell_class"] = "navLevel1";
$template_default["nav_table_struct"]['array_struct'][1]["cell_active_height"] = $template_default["nav_table_struct"]["cell_active_height"];
$template_default["nav_table_struct"]['array_struct'][1]["cell_active_class"] = "navLevel1a";

*/


// article listing with summary
$template_default["space_top"] = '';
$template_default["space_bottom"] = '';
$template_default["space_aftertop_text"] = '';
$template_default["space_between_list"] = '';
$template_default["space_between_sum"] = '';
//
$template_default["top_listentry_before"] = '<div class="listEntry">';
$template_default["top_listentry_after"] = '</div>';
$template_default["top_headline_before"] = '<h1>';
$template_default["top_headline_after"] = '</h1>';
$template_default["top_subheadline_before"] = '<h2>';
$template_default["top_subheadline_after"] = '</h2>';
$template_default["top_text_before"] = '<p class="topText">';
$template_default["top_text_after"] = '</p>';
$template_default["top_readmore_before"] = " ";
$template_default["top_readmore_link"] = "more…";
$template_default["top_readmore_after"] = "";
$template_default["top_headline_space"] = "";
$template_default["top_subheadline_space"] = "";
$template_default["top_count"] = 1;
$template_default["article_order"] = 1; // 0 = manual, 2 = creation date, 4 = start date -> + 0 = ASC, + 1 = DESC
//
$template_default["list_startimage"] = '<img src="img/article/list_startimage.gif" width="11" height="7" border="0" alt="">';
$template_default["list_headline_before"] = '<div class="articleListListhead">';
$template_default["list_headline_after"] = '</div>';

// breadcrumb
$template_default["breadcrumb_spacer"] = ' <span class="breadcrumb_spacer">></span> ';

// article default
$template_default["article"]["title_before"] = '<h1>';
$template_default["article"]["title_after"] = '</h1>';
$template_default["article"]["subtitle_before"] = '<h2>';
$template_default["article"]["subtitle_after"] = '</h2>';
$template_default["article"]["summary_before"] = '<div class="articleSummary">';
$template_default["article"]["summary_after"] = '</div>';

$template_default["article"]["div_spacer"] = true; //if true or 'div' = <div>..., if false or not set <br><img...>

$template_default["article"]["head_after"] = '';

$template_default["article"]["content_head_before"] = '<h3>';
$template_default["article"]["content_head_after"] = '</h3>';
//$template_default["article"]["content_head_class"] = "contentHead";
$template_default["article"]["content_subhead_before"] = '<h4>';
$template_default["article"]["content_subhead_after"] = '</h4>';
//$template_default["article"]["content_subhead_class"] = 'contentSubHead';

$template_default["article"]["text_class"] = "articleText";
$template_default["article"]["code_class"] = "articleCode";

$template_default["article"]["link_email_before"] = '<div class="linkEmail"><img src="img/article/extlink_1.gif" alt=""><img src="img/leer.gif" width="1" height="11" alt="">';
$template_default["article"]["link_email_after"] = '</div>';

$template_default["article"]["bullet_sign"] = "<img src="img/article/bullet_1.gif" alt="" /><img src="img/leer.gif" width="1" height="1" alt="" />";
$template_default["article"]["link_sign"] = "<img src="img/article/extlink_1.gif" alt="" /><img src="img/leer.gif" width="1" height="11" alt="" />";
$template_default["article"]["back_sign"] = "<img src="img/article/back_link_0.gif" border="0" alt="" />";
$template_default["article"]["top_sign"] = "<img src="img/article/top_link_0.gif" border="0" alt="" />";
$template_default["article"]["top_sign_before"] = '<div align="right">';
$template_default["article"]["top_sign_after"] = '</div>';

$template_default["article"]["file_name_cell_class"] = "v11";
$template_default["article"]["file_size_cell_class"] = "v10";
$template_default["article"]["file_size_info_class"] = "v09";

$template_default["article"]["form_align"] = '';

$template_default["article"]["link_article_sign"] = "<img src="img/article/intlink_1.gif" alt="" /><img src="img/leer.gif" width="1" height="11" alt="" />";
$template_default["article"]["link_article_class"] = "articleLinkInternal";

$template_default["article"]["image_table_class"] = "";
$template_default["article"]["image_table_bgcolor"] = "";
$template_default["article"]["image_bgcolor"] = "";
$template_default["article"]["image_align"] = "";
$template_default["article"]["image_valign"] = "";
$template_default["article"]["image_border"] = 0;
$template_default["article"]["image_class"] = "image_td";
$template_default["article"]["image_imgclass"] = "image_img";
$template_default["article"]["image_caption_class"] = "image_caption";
$template_default["article"]["image_caption_bgcolor"] = '';
$template_default["article"]["image_caption_valign"] = '';
$template_default["article"]["image_caption_align"] = 'center';
$template_default["article"]["image_caption_before"] = '';
$template_default["article"]["image_caption_after"] = '';

$template_default["article"]["imagelist_table_class"] = "";
$template_default["article"]["imagelist_table_bgcolor"] = "";
$template_default["article"]["imagelist_bgcolor"] = "";
$template_default["article"]["imagelist_align"] = "";
$template_default["article"]["imagelist_valign"] = "";
$template_default["article"]["imagelist_border"] = 0;
$template_default["article"]["imagelist_class"] = "imagelisttd";
$template_default["article"]["imagelist_imgclass"] = "imagelistimg";
$template_default["article"]["imagelist_caption_class"] = "imglistcaption";
$template_default["article"]["imagelist_caption_bgcolor"] = "";
$template_default["article"]["imagelist_caption_valign"] = "";
$template_default["article"]["imagelist_caption_align"] = "";
$template_default["article"]["imagelist_caption_before"] = '';
$template_default["article"]["imagelist_caption_after"] = '';

$template_default["article"]["keyword_before"] = '<span class="phpwcmsKeywords">';
$template_default["article"]["keyword_after"] = '</span>';
$template_default["article"]["newsletter_error"] = "Please check email address!";

// date and time formatting
$template_default["date"]["language"] = "DE"; // DE=German, IT=Italian, FR=French
$template_default["date"]["long"] = "l, j. F Y"; // (Monday, 1. October 2003)
$template_default["date"]["medium"] = "D, j. M y"; // (Mon, 1. Oct 03)
$template_default["date"]["short"] = "Y/m/d"; // (2003/12/25)
$template_default["date"]["article"] = "Y/m/d"; // (2003/12/25)
$template_default["time"]["long"] = "H:i:s"; // 15:25:45
$template_default["time"]["short"] = "H:i"; // 15:25

// rss image
$template_default["rss"]["image"] = '<img src="img/article/rss_valid.gif" width="64" height="13" border="0" alt="Valid RSS">';

// related articles based on keywords
$template_default["related"]["before"] = '<div class="related">';
$template_default["related"]["after"] = '</div>';
$template_default["related"]["link_before"] = '<p>';
$template_default["related"]["link_after"] = "</p>";
$template_default["related"]["link_symbol"] = "";
$template_default["related"]["link_target"] = "";
$template_default["related"]["link_length"] = 0; //if 0 no limit
$template_default["related"]["cut_title_add"] = "…";

// new articles
$template_default["news"]["before"] = '<div class="news">';
$template_default["news"]["after"] = '</div>';
$template_default["news"]["link_before"] = '<p>';
$template_default["news"]["link_after"] = '</p>';
$template_default["news"]["link_symbol"] = '';
$template_default["news"]["link_target"] = '';
$template_default["news"]["link_length"] = 0; //if 0 no limit
$template_default["news"]["cut_title_add"] = "…";
$template_default["news"]["date_language"] = "EN"; // DE=German, IT=Italian, FR=French, ES = Spanish, DA = Danish, NO = Norwegian
$template_default["news"]["date_format"] = "Y/m/d"; //if empty -> no Date
$template_default["news"]["date_before"] = '<span class="datelink">';
$template_default["news"]["date_after"] = ' - </span>';
$template_default["news"]["sort_by"] = 'cdate'; // 'cdate' = Creation date, or 'udate' = update date

// ecards
$template_default["article"]["ecard_table_class"] = "image_table";
$template_default["article"]["ecard_table_bgcolor"] = "";
$template_default["article"]["ecard_bgcolor"] = "";
$template_default["article"]["ecard_align"] = "";
$template_default["article"]["ecard_valign"] = "";
$template_default["article"]["ecard_border"] = 0;
$template_default["article"]["ecard_imgclass"] = "";
$template_default["article"]["ecard_class"] = "image_td";
$template_default["article"]["ecard_caption_class"] = "image_caption";
$template_default["article"]["ecard_caption_bgcolor"] = "";
$template_default["article"]["ecard_caption_valign"] = "";
$template_default["article"]["ecard_caption_align"] = "center";
$template_default["article"]["ecard_caption_before"] = '';
$template_default["article"]["ecard_caption_after"] = '';
$template_default["article"]["ecard_chooser_css"] = 'style="margin:3px 0 3px 0;"';
$template_default["article"]["ecard_chooser_text"] = 'style="font-weight:bold;"';

// default index category name
$template_default["article"]["index_name"] = 'Home';
$template_default["article"]["index_info"] = '';



?>
what values do I have to corect?
joscha
Posts: 19
Joined: Mon 22. Nov 2004, 13:32
Location: Magdeburg
Contact:

Post by joscha »

Ok, this is the regular file. Wich color would you change?

And the Navigationtable is still smaller in InternetExplorer than in the Firefox. Is this right?
culda_a
Posts: 521
Joined: Tue 28. Feb 2006, 01:39
Contact:

Post by culda_a »

joscha wrote:Ok, this is the regular file. Wich color would you change?

And the Navigationtable is still smaller in InternetExplorer than in the Firefox. Is this right?
I don't want to change the color I want only to look the same in Internet Explorer like in Firefox ... in firefox is OK but not in IE
joscha
Posts: 19
Joined: Mon 22. Nov 2004, 13:32
Location: Magdeburg
Contact:

Post by joscha »

Wich Layout do u use?

The table with header, left, main, right, footer?

if thats ist, please post the content of "left"-table.
culda_a
Posts: 521
Joined: Tue 28. Feb 2006, 01:39
Contact:

Post by culda_a »

Here is a link of a screeen capture
admin.jpg

I think you ask about this?
Last edited by culda_a on Sat 11. Mar 2006, 23:47, edited 1 time in total.
joscha
Posts: 19
Joined: Mon 22. Nov 2004, 13:32
Location: Magdeburg
Contact:

Post by joscha »

ok, now please post the content of the "left"-table (from the template-menue).

or is this simple the

Code: Select all

{NAV_TABLE_COLUMN}
???
culda_a
Posts: 521
Joined: Tue 28. Feb 2006, 01:39
Contact:

Post by culda_a »

is simple
{NAV_TABLE_COLUMN}
so what do you sugest?
joscha
Posts: 19
Joined: Mon 22. Nov 2004, 13:32
Location: Magdeburg
Contact:

Post by joscha »

change it to:

Code: Select all

{NAV_TABLE_COLUMN}<br /><img src="img/leer.gif" width="200" height="1">
not the "elegantly" way, but very effectively.
culda_a
Posts: 521
Joined: Tue 28. Feb 2006, 01:39
Contact:

Post by culda_a »

joscha wrote:change it to:

Code: Select all

{NAV_TABLE_COLUMN}<br /><img src="img/leer.gif" width="200" height="1">
not the "elegantly" way, but very effectively.
Yeah your right it has change but take a look now in explorer and if you have firefox compare , you will see that in IE the problem is still there but in other form :D the background color is not align with the menuis a few pixels out, do you know how to fix that to? :idea: :roll:
joscha
Posts: 19
Joined: Mon 22. Nov 2004, 13:32
Location: Magdeburg
Contact:

Post by joscha »

maybe this ist the space.

set in the "page layout"-menue "left space" to 0??
culda_a
Posts: 521
Joined: Tue 28. Feb 2006, 01:39
Contact:

Post by culda_a »

joscha wrote:maybe this ist the space.

set in the "page layout"-menue "left space" to 0??
Well I try that to but nothing ... it remains the same :cry: could this be from
conf.template_default.inc.php ???
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post by flip-flop »

Hi,

"left space" isn´t the problem. Have a look at your last table at footer-section.
Al over the page you have inconsistent table-with. e.g. 775 and 760. And have look at all "colspan". Please prove more than once. Thats your problem.

Gruß Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
Locked