What works:- crumb trail still exists, the infamous bulleted list still exists, and all course/ program information is still up there.
What doesn't work:- No pictures or logos.
I added a menu bar to my recipe page. Now, the page links to "Other Recipes", "Other Soups" and "College Inn," all with dropdown options linking to external sites.
I forgot to add that I used this site as a reference for the Menu Bar: http://www.alistapart.com/articles/dropdowns/
A friend of mine also helped me with the positioning of the nav as well.
After way too long of attempting to figure out how to make this page, the light bulb finally lit up (dim, but it turned on). Instead of just numbers rotating randomly, I incorporated images of dice. I also implemented CSS stylesheet for the background and text. Also, instead of a using the brower refresh button, I added my own :-)
I think I'm finally starting to understand php. It's not the easiest language, thats for sure! (or is it!?) With that said, here is my Fibonacci Sequence up to 500. I looked a variety of different codes online, but didn't use just one. After looking at a whole bunch I realized there are quite a few ways to write this code. Which in my mind, only compicated matters more...
Yes! It's true of most programming tasks: there are many ways to accomplish the same thing. In some ways it does complicate things, but it's also (though it may not feel like it now) makes it fun! It's especially good when you find a "good hack"--a shortcut that makes your code better, faster, shorter, and more simple. Congrats on this one, it's a hard program to puzzle out.
Here is another website with some CSS tutorials and templates. I've specifically bookmarked a page on how to create basic horizontal menu in css. Hope this helps!
I retooled my green smoothie recipe with a cascading style sheet for all elements. I have multiple divs, an image that "floats" to the right, and a fixed background image.
The site seems to be the most helpful css site out there. IF anyone has used the site 'flashkit' its a very similar concept. The site provides tutorials, reference libraries, website samples, and a multitude of css help. I recommend checking it out for any css questions you may have.