Top menu not showing in IE 7 - Joomla! Forum - community, help and support
hi
i working site , realised while top menu appears nicely in browsers firefox , chrome, wont appear in ie7 me. however, can still click on links, words won't show. in ie6, can see bottom half of words.
i suspecting may float problem have been googling hours , nothing works.
again, (invisible) words @ place should have no idea happened.
i using flash banner way.
css extract:
i working site , realised while top menu appears nicely in browsers firefox , chrome, wont appear in ie7 me. however, can still click on links, words won't show. in ie6, can see bottom half of words.
i suspecting may float problem have been googling hours , nothing works.

i using flash banner way.
css extract:
code: select all
#header {
height: 43px;
padding: 16px 10px 0 0;
text-align: right;
}
#header a, #header a:link, #header a:hover {
font-size: 17px;
line-height: normal;
color: #c7c7c7;
text-decoration: none;
outline: none;
}
#wrapper {
background: url(../images/content_middle.png) repeat-y top center;
}
#holder_top {
background: url(../images/content_top.png) no-repeat top center;
}
#holder_bottom {
background: url(../images/content_bottom.png) no-repeat bottom center;
}
#content {
width: 920px;
padding: 10px;
}
#pillmenu {
height: 50px;
background: url(../images/topmenu.gif) no-repeat top center;
margin: 0 0 0px;
padding: 0 7px;
}
#pillmenu ul {
margin: 0;
padding: 0;
list-style: none;
}
#pillmenu li {
float: left;
display: inline;
height: 50px;
margin: 0 0 0 0;
}
#pillmenu li {
float: left;
font-size: 12px;
line-height: 0px;
color: #ffffff;
text-decoration: none;
font-weight: 700;
height: 26px;
margin: 32px 14px 32px 0;
padding: 0 16px;
}
#pillmenu li a:hover {
color: #000000;
}
#pillmenu li a#active_menu-nav {
}
#splash {
height: 200px;
background: url(../images/banner.swf) no-repeat top left;
background-color: #000000;
position: center;
}
might have visited links. internet explorer assigns color visited links.
have tried closing internet explorer, cleaning cache/temp data, visiteing site againg. try accessing website ie computer well.
have tried closing internet explorer, cleaning cache/temp data, visiteing site againg. try accessing website ie computer well.
Comments
Post a Comment