开发者

CSS: Menu breaks on image for background website in IE/Opera

开发者 https://www.devze.com 2022-12-25 03:23 出处:网络
I\'m inexperienced with CSS, and I\'m having a problem with a breaking menu on a site I\'m working on at www.quickcms.ie/marywrynne/index.html. It works f开发者_高级运维ine in Safari/Chrome and Firefo

I'm inexperienced with CSS, and I'm having a problem with a breaking menu on a site I'm working on at www.quickcms.ie/marywrynne/index.html. It works f开发者_高级运维ine in Safari/Chrome and Firefox, but it's not working in Internet Explorer.

Can anyone suggest steps I can take to fix this?


I think you need to increase the height of the div where you have this css:

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

精彩评论

暂无评论...
验证码 换一张
取 消