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. 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. 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
Archived
This topic is now archived and is closed to further replies.