
With IE , We see NO SPACES between 'header1 position' and 'Left_top, Top, Right_top'
If its possible, i would like A SPACE between these module

With Chrome its ok

Here's the link : http://fb-joomla.info/projets/
See the pics;

<div id="gkHeader" class="gkMain">
<div id="gkHeaderModule1" style="width:65%">
<div id="gkHeaderModule2" style="width:33%">
</div>
<div class="clear"></div>
<div id="gkHeaderModule1" style="width:65%">
<div id="gkHeaderModule2" style="width:33%">
<?php if($this->modules('header1 + header2')) : ?>
<div id="gkHeader" class="gkMain">
<?php if($this->modules('header1')) : ?>
<div id="gkHeaderModule1" <?php if($this->getParam("cwidth_position", '') == 'style') echo "style=width:".$gkHeaderModule1; ?>>
<jdoc:include type="modules" name="header1" style="<?php echo $this->module_styles['header1']; ?>" />
</div>
<?php endif; ?>
<?php if($this->modules('header2')) : ?>
<div id="gkHeaderModule2" <?php if($this->getParam("cwidth_position", '') == 'style') echo "style=width:".$gkHeaderModule2; ?>>
<jdoc:include type="modules" name="header2" style="<?php echo $this->module_styles['header2']; ?>" />
</div>
<?php endif; ?>
</div>
<?php endif; ?>
<?php if($this->modules('header1 + header2')) : ?>
<div id="gkHeader" class="gkMain">
<?php if($this->modules('header1')) : ?>
<div id="gkHeaderModule1" <?php if($this->getParam("cwidth_position", '') == 'style') echo "style=width:".$gkHeaderModule1; ?>>
<jdoc:include type="modules" name="header1" style="<?php echo $this->module_styles['header1']; ?>" />
</div>
<?php endif; ?>
<?php if($this->modules('header2')) : ?>
<div id="gkHeaderModule2" <?php if($this->getParam("cwidth_position", '') == 'style') echo "style=width:".$gkHeaderModule2; ?>>
<jdoc:include type="modules" name="header2" style="<?php echo $this->module_styles['header2']; ?>" />
</div>
<?php endif; ?>
<div class="clear"></div>
</div>
<?php endif; ?>