CSS:IE / Opera中背景网站的图像菜单中断

时间:2010-03-29 11:04:55

标签: css

我对CSS缺乏经验,而且我在www.quickcms.ie/marywrynne/index.html上正在处理的网站上遇到问题。它在Safari / Chrome和Firefox中运行良好,但它无法在Internet Explorer中运行。

有人可以建议我可以采取的措施来解决这个问题吗?

1 个答案:

答案 0 :(得分:0)

我认为你需要增加你拥有这个css的div的高度:

#menu div {
background:none repeat scroll 0 0 #333366;
height:76px; /* increase the height of this */
opacity:0.6;
padding:7px 0 0 7px;
}