Ifaiden Posted April 21, 2010 Share Posted April 21, 2010 I've just finished the structure of my site. But my drop-down menus displays and behaves weirdly in Internet Explorer 7. I figured that I can boycott Internet Explorer 6, but not IE7 because many ppl still use the browser (like the 3rd most used). http://mindu.mine.nu/projektarbete/benni/TEST/structure.php Any idea? Link to comment https://forums.phpfreaks.com/topic/199225-internet-explorer-7-problem/ Share on other sites More sharing options...
Ifaiden Posted April 21, 2010 Author Share Posted April 21, 2010 I've figured out that in Internet Explorer 7 the drop down menu with: div#menu li:hover ul { display:block;} behaves as if : div#menu li:hover ul { display:inline;} --- is there any compatibility fault with display:block? Link to comment https://forums.phpfreaks.com/topic/199225-internet-explorer-7-problem/#findComment-1045626 Share on other sites More sharing options...
hcdarkmage Posted April 21, 2010 Share Posted April 21, 2010 As far as I can tell, there is no compatibility issue. Checkout http://www.quirksmode.org/css/display.html for a list of display comands and what browsers they work in best. Link to comment https://forums.phpfreaks.com/topic/199225-internet-explorer-7-problem/#findComment-1045854 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.