IE compatibility problem
Posted: Wed Feb 06, 2008 1:23 am
Hello Everybody!
i have been build one template using css.which is working fine in Mozilla and is not working in IE. I don't what mistake i done. Can anyone help me please.
***** PLEASE USE THE
i have been build one template using css.which is working fine in Mozilla and is not working in IE. I don't what mistake i done. Can anyone help me please.
***** PLEASE USE THE
Code: Select all
WHEN POSTING *****[/color]
HTML Code
[syntax=html]<div id="menu">
<div class="nav" id="nav">
<ul id="pop">
<li class="liclass"><a href="index.php">HOME</a></li>
<li><a href="#">Products</a>
<ul>
<li><a href="">Overview</a></li>
<li><a href="">List</a></li>
</ul>
</li>
<li><a href="#">About Us</a></li>
</ul>
</div>
</div>[/syntax]
CSS Code
[syntax=html]#menu
{
background-color: #000000;
width:200px;
margin:4px 4px 0px 0;
font-weight: bold;
font-size: 16px;
padding: 10 0 0 0;
float: left;
height:200px;
line-height:24px;
color: #FFFFFF;
background-position: bottom;
}
#menu a
{
color: #FFFFFF;
}
.nav
{
font-family: arial, sans-serif;
width:auto;
height:auto;
position:relative;
margin:0;
font-size:14px;
margin:10px 15px 0 15px;
font-weight: bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
.nav ul
{
list-style-type: none;
}
.nav ul li ul
{
display: none;
}
.nav ul li:hover ul, .nav ul li.over ul
{
display:block;
position:absolute;
top: 12px;
left:130px;
width:180px;
color:#ffffff;
background-color: #000000;
}[/syntax]
and here is the link
http://hindinfo.summerhost.info/index.php