![]() |
|
||||||||||
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
|||||
|
|
#1 |
|
WLC Member
Join Date: Oct 2011
Posts: 2
|
I recently 'made' a website (based on a template, not made from scratch). Everything seems to be working fine in all browsers, and also in IE7 and IE8, but the main navigation menu isn't working in IE9, and I can't figure out why.
This is how it looks in everything except IE9: ![]() This is how it looks in IE9: ![]() The CSS code for the menu is: Code:
.menu ul {
margin:0
}
.menu {
position:absolute;
top:0;
z-index:90;
left:205px;
}
.menu li {
background:none;
padding:0;
float:left;
text-align:center;
padding:0 2px 0 0;
list-style:none;
margin-bottom:16px;
line-height:1
}
.menu li a {
display:block;
font-size:16px;
text-decoration:none;
position:relative;
color:#fff;
height:42px;
padding:80px 10px 0;
float:left
}
.menu li a:hover {
background:url(images/menu_bg.gif) repeat-x 0% 0%;
}
.menu li a.active {
background:url(images/menu_bg.gif) repeat-x 0% 0%;
}
|
|
|
|
|
|
#2 |
|
WLC Member
Join Date: Oct 2011
Posts: 2
|
Anyone got any ideas or suggestions?
|
|
|
|
|
|
#3 |
|
Banned
Join Date: Jun 2006
Location: Blackp ool U.K.
Posts: 3,197
|
Cannot "debug" pictures, and CSS code is of no use without the HTML it is applied to, thirdly the HTML will be of no use without the images.
So all in all, just give us a URI where it can be seen in situ. |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
Linear Mode |
|
|