if IE Style
Posted: Tue 10. Apr 2007, 19:32
Hi
In my Header I've included this code:
<!--[if IE]>
<style type="text/css" media="screen">
body {
text-align:center;
}
#menu ul li {float: left; width: 100%;}
</style>
<![endif]-->
<!--[if lt IE 7]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc);
font-size: 100%;
}
#menu ul li a {height: 1%;}
</style>
<![endif]-->
It is for IE dropdown navigation on http://www.vivian-fanclub.ch/?new_news
In the testpage http://www.vivian-fanclub.ch/new/tests/ it function for IE but with the phpwcms Page not...
Can you help me?
In my Header I've included this code:
<!--[if IE]>
<style type="text/css" media="screen">
body {
text-align:center;
}
#menu ul li {float: left; width: 100%;}
</style>
<![endif]-->
<!--[if lt IE 7]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc);
font-size: 100%;
}
#menu ul li a {height: 1%;}
</style>
<![endif]-->
It is for IE dropdown navigation on http://www.vivian-fanclub.ch/?new_news
In the testpage http://www.vivian-fanclub.ch/new/tests/ it function for IE but with the phpwcms Page not...
Can you help me?