williamZanelli Posted October 29, 2008 Share Posted October 29, 2008 Hi guys, I'm working on a client project, I have some code, which is has list items, <div class="menu" > <ul><li><a href=index.php?category=PremierLeague>Premier League<!--[if IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table ><tr><td><![endif]--><ul><li><a href=index.php?category=Arsenal>Arsenal</a></li><li><a href=index.php?category=AstonVilla>Aston Villa</a></li><li><a href=index.php?category=BirminghamCity>Birmingham City</a></li><li><a href=index.php?category=BlackburnRovers>Blackburn Rovers</a></li><li><a href=index.php?category=BoltonWanderers>Bolton Wanderers</a></li><li><a href=index.php?category=Chelsea>Chelsea</a></li><li><a href=index.php?category=DerbyCounty>Derby County</a></li><li><a href=index.php?category=Everton>Everton</a></li><li><a href=index.php?category=Fulham>Fulham</a></li><li><a href=index.php?category=Liverpool>Liverpool</a></li><li><a href=index.php?category=ManchesterCity>Manchester City</a></li><li><a href=index.php?category=ManchesterUnited>Manchester United</a></li><li><a href=index.php?category=Middlesbrough>Middlesbrough</a></li><li><a href=index.php?category=NewcastleUnited>Newcastle United</a></li><li><a href=index.php?category=Portsmouth>Portsmouth</a></li><li><a href=index.php?category=Reading>Reading</a></li><li><a href=index.php?category=Sunderland>Sunderland</a></li><li><a href=index.php?category=TottenhamHotspur>Tottenham Hotspur</a></li><li><a href=index.php?category=WestHamUnited>West Ham United</a></li><li><a href=index.php?category=WiganAthletic>Wigan Athletic</a></li></ul><!--[if lte IE 6]></td></tr></table></a><![endif]--></li><li><a href=index.php?category=Championship>Championship<!--[if IE 7]><!--></a><!--<![endif]--> Now what happnes is the code above is like a drop down list, when someone hovers over the first <li>, the rest drop down in a list, this works fine in FireFox, but in IE7 only part of the list is displayed.. the remainder just disappears... What could the prob be? It works for FF2.. why not for IE7?? Thanks in aadvance Will Quote Link to comment Share on other sites More sharing options...
dropfaith Posted October 29, 2008 Share Posted October 29, 2008 well theres tons of css drop menus out that with there hacks and stuff for ie some require javascript.. i know ive seen the one your using and i never liked its system to hack ie using the tables i would reccomend http://www.cssplay.co.uk/menus/final_drop.html cuase well Stu Nicholls is awesome Quote Link to comment Share on other sites More sharing options...
haku Posted October 30, 2008 Share Posted October 30, 2008 Suckerfish is good as well (google it). Drop down menus are notoriously buggy across browsers. Also FF2 and IE7 are not at all the same. So because something works in FF2, that doesn't have any relevance whatsoever as to whether it will work in IE7 or not. 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.