2 replies [Last post]
teknojunkey
Offline
newbie
glasgow UK
Last seen: 13 years 1 week ago
glasgow UK
Joined: 2009-03-24
Posts: 4
Points: 3

hi i have a problem with the menu in IE6 ... as usual
I have checked FF IE7+8 safari opera everything is fine.

so here is the site .. http://www.pppservices.co.uk

here is the css

/*topmenu*/
#menu-left ul {margin: 0; padding:0px; height:60px;list-style-type: none; font-size:18px; font-weight:800;z-index:100}
#menu-left li  {margin:0; float: left; width:121px;margin:0 3px 0 0;}
#menu-left li a {margin: 0px;display:block;color:#555;padding:10px 0 28px 0;text-align:center}	
#menu-left li a:hover, #menu-left li a.nav-selected {width:121px;background:url(images/active-menu.png) repeat-x; z-index:100;color:#145DA2;text-decoration:none;}
/*level2*/
#menu-left ul ul {display:none;position:relative; font-size:12px;z-index:100;} 
#menu-left ul ul li  {padding:0;margin: 0;z-index:100;}
#menu-left ul ul li a{padding:10px 0 10px 0;border-bottom:2px solid #ccc;background:url(images/white.png);z-index:100;}
#menu-left ul :hover ul {display:inline;position:relative; top:-19px; margin: 0; padding:10px 0 10px 0;z-index:100;}
#menu-left ul :hover ul li a:hover{background:url(images/blue.png);margin: 0; padding:10px 0 10px 0;border-bottom:2px solid #555;color:#fff;z-index:100;}

here is the (generated) html

<div id="menu-left">
 
				<ul class="nav"><li class="nav-selected nav-path-selected"><a class="nav-selected nav-path-selected" href="/">Home</a></li><li><a href="/about-us/">About Us</a><ul><li><a href="/about-us/typical-sectors/">Typical Sectors</a></li><li><a href="/about-us/typical-roles/">Typical Roles</a></li><li><a href="/about-us/our-partners/">Our Clients</a></li></ul></li><li><a href="/employers/">Employers</a><ul><li><a href="/employers/sectors-and-programmes/">Recruitment Service</a></li><li><a href="/employers/register-vacancy/">Register Vacancy</a></li><li><a href="/employers/client-services/">Consultancy Service</a></li></ul></li><li><a href="/candidates/">Candidates</a><ul><li><a href="/candidates/register-cv/">Register CV</a></li><li><a href="/candidates/sectors/">Vacancies</a></li><li><a href="/candidates/typical-roles/">Typical Roles</a></li></ul></li><li><a href="/usefull-links/">Useful Links</a></li><li><a href="/contact-us/">Contact Us</a></li></ul>		</div>

any thoughts on this problem would be appreciated
thanks

Hugo
Hugo's picture
Offline
Moderator
London
Last seen: 8 years 11 weeks ago
London
Joined: 2004-06-06
Posts: 15668
Points: 2806

Please state what the problem

Please state what the problem actually is!

Before you make your first post it is vital that you READ THE POSTING GUIDELINES!
----------------------------------------------------------------
Please post ALL your code - both CSS & HTML - in [code] tags
Please validate and ensure you have included a full Doctype before posting.
Why validate? Read Me

teknojunkey
Offline
newbie
glasgow UK
Last seen: 13 years 1 week ago
glasgow UK
Joined: 2009-03-24
Posts: 4
Points: 3

sorry ! the problem is the

sorry ! the problem is the second level dropdowns are not visible

thanks