AdrianRobinson Posted April 12, 2011 Share Posted April 12, 2011 I have been working with PHP & CSS for a few months, and want to develop a drop-down menu that appears when mousing over a list item. The menu would display the contents of a MySQL query. What is the easiest way to do this? Could you provide sample code? And, is JavaSript absolutely necessary? Thanks. Quote Link to comment https://forums.phpfreaks.com/topic/233501-trying-to-build-a-drop-down-menu-that-appears-on-mouse-over/ Share on other sites More sharing options...
KevinM1 Posted April 12, 2011 Share Posted April 12, 2011 For compatibility with older browsers (read: IE6), JavaScript is necessary. The bulk of it, however, can be done with HTML and CSS. Google 'Son of Suckerfish' for code examples. Quote Link to comment https://forums.phpfreaks.com/topic/233501-trying-to-build-a-drop-down-menu-that-appears-on-mouse-over/#findComment-1200646 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.