[solved] IE6 problem, IE7 is oke
Posted: Thu Nov 08, 2007 10:21 am
Hello,
I Use the following template for the website:
{* The above JavaScript is required for CSSMenu to work in IE *}
Motorclub M&M's Elshout - Gastenboek
{stylesheet}
{bulletmenu}
{content}
{* Start Footer. Edit the footer in the Global Content Block called "footer" *}
{global_content name='footer'}
{* End Footer *}
And the following CSS:
.body { font-family: verdana; }
.header {
margin:0px 0px 0px 0px;
padding:0px;
height:150px;
background-color: #3a53a4;
}
div.wrapper {
{background:url(menu.jpg) repeat-y 0 0;overflow:auto};
}
.menu {
float:left;
margin:0px 0px 0px 0px;
padding:0px;
width:200px;
}
.content{
background-color: white;
margin-top:10px;
margin-left:225px;
}
.footer {
clear: both;
height:50px;
background-color: #3a53a4 ;}
This is shown in IE7 perfect but in IE6 not!!!
Menu background starts 10px below!!!
What to do to fix this?
I Use the following template for the website:
{* The above JavaScript is required for CSSMenu to work in IE *}
Motorclub M&M's Elshout - Gastenboek
{stylesheet}
{bulletmenu}
{content}
{* Start Footer. Edit the footer in the Global Content Block called "footer" *}
{global_content name='footer'}
{* End Footer *}
And the following CSS:
.body { font-family: verdana; }
.header {
margin:0px 0px 0px 0px;
padding:0px;
height:150px;
background-color: #3a53a4;
}
div.wrapper {
{background:url(menu.jpg) repeat-y 0 0;overflow:auto};
}
.menu {
float:left;
margin:0px 0px 0px 0px;
padding:0px;
width:200px;
}
.content{
background-color: white;
margin-top:10px;
margin-left:225px;
}
.footer {
clear: both;
height:50px;
background-color: #3a53a4 ;}
This is shown in IE7 perfect but in IE6 not!!!
Menu background starts 10px below!!!
What to do to fix this?