I'm having a VERY strange problem with IE and it's driving me crazy. The webpage address is http://www.akalkurumsal.com.tr (in Turkish) running on Zen-Cart 1.3.8. The page is displayed in Firefox or Chrome flawlessly but produces a display error in IE.
Somehow, IE produces some kind of extra horizontal whitespace on the left box (exactly 30 pixels). So this extra whitespace "pushes" everything to the right, thus skewing the template. This can be seen in the attached picture. I found a workaround for this problem such as in the /template/common/tpl_main_page.php after the following code:
I added:<td id="column_left" style="width:<?php echo COLUMN_WIDTH_LEFT; ?>;">
<?php echo zen_draw_separator($image = 'pixel_trans.gif', '1', '1');?><br />
This somehow brings the left box to its normal size. But this time, the border on the right side is not displayed as the negative margin erases the right border.<!--[if IE]>
<table style="width:100%;margin-right:-30px;">
<![endif]-->
<!--[if !IE]><![IGNORE[--><![IGNORE[]]>
<table style="width:100%;">
<!--<![endif]-->This one beats me by far, so any help would be GREATLY appreciated.
Thanks for your time..


This one beats me by far, so any help would be GREATLY appreciated.
Reply With Quote

