August 28, 200917 yr Hello all, Is it possible to create an expandable link without using javascript? For instance, I would like to have some links: services, templates, and products, and I would like them to expand down to show content instead of linking users to a separate page pix-webdesign.com Thank you for any and all suggestions!
August 28, 200917 yr You can do it with PHP (no javascript). The only difference is that with javascript you click the same link or button to toggle show or hide, but with PHP you click the link or button to show the extra element but have to click the browser back button to hide it again. http://www.wickham43.net/showform.php
August 28, 200917 yr Are you talking about creating drop-down menus? If so, CSS is your friend. If you put those links into an unordered list and each submenu into a nested unordered list, you can then use CSS so that the submenu is hidden by default and then when you hover over the parent item the submenu shows up. I used to do all my menus that way, until I realised it was just so much easier to use a bit of Javascript instead (the Spry dropdown list is pretty good).
October 2, 200916 yr Cssplay has lots of dropdown and flyout menus that don't use javascript. http://www.cssplay.co.uk/menus/
Create an account or sign in to comment