rxbanditboy1112 Posted December 29, 2007 Share Posted December 29, 2007 http://www.parrisstudios.com/hightower/ Alright so that is the drop down menu.... It has a bug in almost every browser haha. So here we go... In firefox or IE7 when you first open it the text will all be squished together. I think that has something to do with the floating elements. I have no idea how to fix it though. However, when you click on all of the links in ie7 they will "unsquish". In firefox after you click any of them they will "unsquish." The drop down looks basically perfect in both of these browsers before or after the squished text. Also in firefox... after the first time you unsquish things they will will look fine forever..... I don't know why for some reason it retains the memory of that. I even opened and closed my browser and it still leaves them unsquished. When i try it on another computer it will be squished until i click an item. Then it will also experience the same phenomenon. In IE6 however has a different set of issues. The top menu items appear fine and the submenus end up having 2 columns. Probably due to floating elements or something. It would like it to not line-wrap rather than line wrap and make 2 columns..... Sorry if this is stated strangely. Thanks!!! Quote Link to comment https://forums.phpfreaks.com/topic/83646-solved-css-drop-down-menu-it-almost-works-sigh/ Share on other sites More sharing options...
jos. Posted December 30, 2007 Share Posted December 30, 2007 try explicitly setting the width for the <ul> and the <li> in your stylesheet... I know it will at least help with Opera. Jos. Quote Link to comment https://forums.phpfreaks.com/topic/83646-solved-css-drop-down-menu-it-almost-works-sigh/#findComment-425574 Share on other sites More sharing options...
rxbanditboy1112 Posted December 30, 2007 Author Share Posted December 30, 2007 I think i just found a fix. I removed the width for the .menu li a classes and then just increaded the padding left and right so i could achieve equal spacing between words. Can anyone verify if the menu looks normal now? Thanks! Quote Link to comment https://forums.phpfreaks.com/topic/83646-solved-css-drop-down-menu-it-almost-works-sigh/#findComment-425579 Share on other sites More sharing options...
rxbanditboy1112 Posted December 30, 2007 Author Share Posted December 30, 2007 Most of the stuff for the menu is sized using em. I had 1em as the width and i think ie7 especially didnt like that. I think that was the problem. *Stupid Mistake!* Thanks for the help everyone. Quote Link to comment https://forums.phpfreaks.com/topic/83646-solved-css-drop-down-menu-it-almost-works-sigh/#findComment-425581 Share on other sites More sharing options...
rxbanditboy1112 Posted December 30, 2007 Author Share Posted December 30, 2007 my problem in ie6 is still occurring though... any idea on that? Quote Link to comment https://forums.phpfreaks.com/topic/83646-solved-css-drop-down-menu-it-almost-works-sigh/#findComment-425582 Share on other sites More sharing options...
peranha Posted December 30, 2007 Share Posted December 30, 2007 Firefox looks fine. Quote Link to comment https://forums.phpfreaks.com/topic/83646-solved-css-drop-down-menu-it-almost-works-sigh/#findComment-425584 Share on other sites More sharing options...
rxbanditboy1112 Posted December 30, 2007 Author Share Posted December 30, 2007 got it all working now. I had some hacks from before targeting IE 6 now i guess the original problem was fixed so that is that! Quote Link to comment https://forums.phpfreaks.com/topic/83646-solved-css-drop-down-menu-it-almost-works-sigh/#findComment-425612 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.