PDA

View Full Version : Add Audio files / Add Dropdown menus as links



melhai
09-22-2008, 11:47 AM
how do i add audio files to my website. Also, I want to add dropdown menus at the top pf the page as links. How do i do that?

shadmego
09-22-2008, 03:47 PM
1. Upload the audio file to your website, then add a link to said file in the desired page on your site.

2. You can create drop down menus in several different ways. The most common way is to create a CSS/Javascript version where you use CSS to layout the menu and Javascript to manage the drops. You can also use a purely CSS-based menu system. Pure CSS might be a bit more difficult, but it gets around certain users not allowing Javascript scripts to run in their browsers. You do have to look out for older browsers a lot more.

I have a test menu system built purely in CSS that is a horizonal drop-down menu. I did not build this menu to be compatible with anything under IE7. You can see it in IE6, but the drops do not work. All other browsers should show the menu fine. Pay no attention to the other things going on in the page, I'm working on a new website template so it might not look all that great.

http://demos.4christministry.org/css_menu

~regards, and welcome to the community