It's taken me half the week, but I think I've finally figured out why I can't get my email forms to work properly. After a good bit of Internet research, I found out that the files have to be uploaded to the Internet for them to work, not just opened in the browser. That was an easy enough problem to solve; I uploaded the files to my I-drive. And they still didn't work. Back to researching. I have the final answer. The server has to be set up to handle php, which is what I was using to handle the email part of the form. I know what the problem is, but I have no way to fix it (at least not that I know of yet, and providing this is the right answer to the problem).
While I wasn't obsessing over getting contact forms to work, I made a good bit of progress on dropdown menus. Last week I built one using only html and css that worked on only a select few browsers (none of the popular ones). This week, I found some great tutorials that show how to build two different types of dropdown menus. One is what I would call a collapsible menu. If the user clicks on a heading, the heading opens to show everything that was under it. Clicking again closes the heading. The other type of dropdown menu I found was what I was originally thinking of. When the mouse moves over the headings, a list of subheadings appears underneath. Moving the mouse down onto the new list lets you choose one of those things, or moving the mouse over another heading closes the first list and opens the new one.
I know all of this is more about technique and how to do things without any regard as to how they look, but I'd rather have the knowledge of how to do things first. I can worry about making them look good later. Actually, I think I'll build a sample site (or rework my portfolio) using these techniques as a sort of practice project.
Wednesday, October 13, 2010
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment