squiblo Posted July 30, 2009 Share Posted July 30, 2009 two questions really, how can i design my own drop down menu and also how can i put a search engine into my drop down menu Link to comment https://forums.phpfreaks.com/topic/168074-design-drop-down-menu/ Share on other sites More sharing options...
lonewolf217 Posted July 30, 2009 Share Posted July 30, 2009 you can look into the suckerfish menu for a nice simple sample http://htmldog.com/articles/suckerfish/dropdowns/ Link to comment https://forums.phpfreaks.com/topic/168074-design-drop-down-menu/#findComment-886499 Share on other sites More sharing options...
squiblo Posted July 30, 2009 Author Share Posted July 30, 2009 or another why that maybe easyier for me, is to hide an item, and on hover over a button, show the item, in this case it would be a search form and a picture underneath to resemble a drop down menu Link to comment https://forums.phpfreaks.com/topic/168074-design-drop-down-menu/#findComment-886501 Share on other sites More sharing options...
p2grace Posted July 30, 2009 Share Posted July 30, 2009 An enhanced version of suckerfish is superfish which isn't bad either. http://users.tpg.com.au/j_birch/plugins/superfish/#examples but building your own like squiblo's suggested is probably the best way to go. Link to comment https://forums.phpfreaks.com/topic/168074-design-drop-down-menu/#findComment-886502 Share on other sites More sharing options...
squiblo Posted July 30, 2009 Author Share Posted July 30, 2009 i think designing my own would be a better decision, ok now... how can i edit this <div id="wb_Text7" style="position:absolute;left:610px;top:173px;width:100px;height:30px;z-index:14" align="left"> <font style="font-size:17px" color="#FFFFFF" face="Arial"><a href="http://google.com" style="text-decoration:none"><font color="#FFFFFF">Search</a></font></font></div> so on hover it displays a picture which is hiden <div id="menubar" style="position:absolute;left:54px;top:168px;width:200px;height:30px;z-index:13" align="center"> <img src="/Images/header_img.jpg" id="menubar" align="top" alt="" title="" border="0" width="200" height="30"> Link to comment https://forums.phpfreaks.com/topic/168074-design-drop-down-menu/#findComment-886507 Share on other sites More sharing options...
squiblo Posted July 30, 2009 Author Share Posted July 30, 2009 is this possible with php or is more than one language needed? Link to comment https://forums.phpfreaks.com/topic/168074-design-drop-down-menu/#findComment-886525 Share on other sites More sharing options...
lonewolf217 Posted July 30, 2009 Share Posted July 30, 2009 php isn't used for design. that is javascript or css typically Link to comment https://forums.phpfreaks.com/topic/168074-design-drop-down-menu/#findComment-886526 Share on other sites More sharing options...
squiblo Posted July 30, 2009 Author Share Posted July 30, 2009 i already have a picture that i wont shown on mouseover link Link to comment https://forums.phpfreaks.com/topic/168074-design-drop-down-menu/#findComment-886529 Share on other sites More sharing options...
squiblo Posted July 30, 2009 Author Share Posted July 30, 2009 how can i edit this code... <div id="wb_Text7" style="position:absolute;left:610px;top:173px;width:100px;height:30px;z-index:14" align="left"> <font style="font-size:17px" color="#FFFFFF" face="Arial"><a href="http://google.com" style="text-decoration:none"><font color="#FFFFFF">Search</a></font></font></div> so that when my mouse moves over it, it show this... http://www.squiblo.com/123abc.htm and when my mouse moves off it dissapears Link to comment https://forums.phpfreaks.com/topic/168074-design-drop-down-menu/#findComment-886538 Share on other sites More sharing options...
squiblo Posted July 30, 2009 Author Share Posted July 30, 2009 whats is the simplest way to do this? Link to comment https://forums.phpfreaks.com/topic/168074-design-drop-down-menu/#findComment-886545 Share on other sites More sharing options...
remex Posted July 30, 2009 Share Posted July 30, 2009 Get an easy example from related open sources. http://www.becoding.com/source/php+dropdown/ whats is the simplest way to do this? Link to comment https://forums.phpfreaks.com/topic/168074-design-drop-down-menu/#findComment-886555 Share on other sites More sharing options...
squiblo Posted July 30, 2009 Author Share Posted July 30, 2009 how can i edit this code... <div id="wb_Text7" style="position:absolute;left:610px;top:173px;width:100px;height:30px;z-index:14" align="left"> <font style="font-size:17px" color="#FFFFFF" face="Arial"><a href="http://google.com" style="text-decoration:none"><font color="#FFFFFF">Search</a></font></font></div> so that when my mouse moves over it, it show this... http://www.squiblo.com/123abc.htm and when my mouse moves off it dissapears Link to comment https://forums.phpfreaks.com/topic/168074-design-drop-down-menu/#findComment-886591 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.