toolman Posted January 24, 2010 Share Posted January 24, 2010 Hi there, I have a css drop down menu, but when looking at it in IE7, the sub menu items stay visible after the mouse has hovered off them. Can anyone help me find the problem? This is my CSS: #nav, #nav ul { padding: 0; margin: 0; list-style: none; font-style:bold; } #nav a { display: block; text-align:center; color:#AB472C; font-style:bold; } #nav a:hover{ color:#ab472c; } #nav li { float: left; text-align:center; padding: 0px 10px 0px 10px } #nav li ul { position: absolute; left: -999em; } #nav li:hover ul { left: auto; } #nav li ul, #nav li ul a{ background-color:#414141; color:#FFFFFF; font-style:bold!important; text-align… width: 200px; Quote Link to comment Share on other sites More sharing options...
Hybride Posted February 1, 2010 Share Posted February 1, 2010 Can you post the HTML also? Not sure if this is intentional but #nav li ul, #nav li ul a{ background-color:#414141; color:#FFFFFF; font-style:bold!important; text-align… /* <-- that text-align should be removed */ width: 200px; Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.