There is a problem with main menu in April's Corporate template.
The menu shows well over modules placed in header position, but it hides behind banners placed in banners position.
This bug applies to IE7.
Please advise...
Hi,
personally I am using IE8 among other browsers. But when I test gavick demoserver with IETester I do not see any problem...
could you post link to your site so I can see it?
<div id="wrapper_menu">
<div id="horiz-menu" class="clearfix<?php echo ($menu_type == 'standard') ? '' : ' moomenu';?>">
<?php echo $main_navigation;?>
</div>
</div>
<div id="wrapper_header" class="clearfix">
<jdoc:include type="modules" name="header" style="gavickpro" />
</div>
<?php if($this->countModules('breadcrumbs')) : ?>
<div id="wrapper_breadcrumbs" class="clearfix <?php if($this->countModules('banner')) echo 'margin0'; ?>">
<div id="breadcrumbs_left">
<?php if($breadcrumbs_text != "") : ?>
<span id="breadcrumbs_yah"><?php echo $breadcrumbs_text; ?></span>
<?php endif; ?>
<jdoc:include type="modules" name="breadcrumbs" style="gavickpro" />
</div>
<?php if($datatop) : ?>
<div id="datatop"><span><?php echo JHTML::_('date', 'now' ) ?></span></div>
<?php endif; ?>
</div>
<?php endif; ?>
<?php if($this->countModules('banner')) : ?>
<div id="wrapper_banner" class="clearfix" <?php if((($banner_slider && $banner_default == 0) && !isset($_COOKIE['gk25_slider'])) || ($banner_slider && ( isset($_COOKIE['gk25_slider']) && $_COOKIE['gk25_slider'] == 0 ) )) echo ' style="display: none;" '; ?>>
<jdoc:include type="modules" name="banner" style="gavickpro" />
</div>
<?php if($banner_slider) : ?>
<div id="slider_wrap">
<div id="slider" class="<?php if(($banner_default == 1 && !isset($_COOKIE['gk25_slider'])) || ( isset($_COOKIE['gk25_slider']) && $_COOKIE['gk25_slider'] == 1 )) echo 'slider_up'; ?>"></div>
</div>
<?php endif; ?>
<?php endif; ?>
<div id="wrapper_menu">
<div id="horiz-menu" class="clearfix<?php echo ($menu_type == 'standard') ? '' : ' moomenu';?>">
<?php echo $main_navigation;?>
</div>
</div>
div#wrapper_menu{
float:right;
width:770px;
height:46px;
margin-right:10px;
display:block;
position:absolute;
top: 40px;
right:0;
}
div#wrapper_menu{
float:right;
width:770px;
height:46px;
margin-right:10px;
display:block;
position:absolute;
-> top: 70px; <-
right:0;
}