Seotaji All American 34244 Posts user info edit post |
Since my friend doesn't know php, is there an simple html alternative that allows a scrolling pop out menu like the one at the top of the page?
http://craftcult.com/heartomatic.php
What website would you recommend so that she could learn how to program something like this site (if it came down to using php)?
Any help you could give me would be appreciated. 4/6/2009 8:39:49 PM |
RSXTypeS Suspended 12280 Posts user info edit post |
it might be powered on serving images with PHP. but you can do that with javascript. There are also several javascript frameworks that do that easily.
http://www.dojotoolkit.org has a image gallery widget. So do a few others.
another good one...would need some tweaking though to make it exactly how you want.
http://devkick.com/lab/galleria/
[Edited on April 6, 2009 at 9:25 PM. Reason : .] 4/6/2009 9:24:04 PM |
agentlion All American 13936 Posts user info edit post |
take a look through the Photo Galleries section of this page http://www.cssplay.co.uk/menu/
PHP doesn't have anything to do with the menu. PHP is all server-side. The menu pop out is client-side - it needs to be CSS or JS 4/6/2009 9:37:35 PM |
krs3g All American 1499 Posts user info edit post |
The site in the first post uses an out of the box script, jCarousel. It can work with several platforms, but in this instance, it's working with an external java scriptlet. View the tutorial for the script here:
http://sorgalla.com/jcarousel/
The script for the base functionality as used on the original site is here: http://craftcult.com/jquery.jcarousel.xtra_sort_of_new.js
The script for the hover functionality is here: http://craftcult.com/js/jquery.hoverIntent-min.js
[Edited on April 6, 2009 at 10:14 PM. Reason : hover] 4/6/2009 10:10:21 PM |