Hannah Gerig just completed “Creating for the Web” at Goshen College with this fantastic first site. Much better than my first. Congratulations Hannah, I love it. Hope we can rope you into working with us on Meyerbros.
powered by WordPress
entries (RSS)
and
comments (RSS).
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 2.5 License.
May 22nd, 2006 at 12:25 pm
Wow, great site. And wonderful artwork to go with it. I’m quite proud of my sister’s efforts, presumably for the same class:
http://www.goshen.edu/~abigailmn/comm326-M06/gourmetgrinds/index.html
And she even used all her own photographs…
May 22nd, 2006 at 1:14 pm
very nice. Hannah was talking about this “layers” thing in MM Dreamweaver. so it looks like DW is just using divs with absolute CSS positioning to do it.
i do recall that Merrill Krabill (who is a fabulous art prof by the way) had very little if any CSS knowledge (that site i did was also for his may term class and entirely table-based).
does anyone know the actuall specs for browser varients of the position:absolute; rendering? i know a lot of top CSS designers use it extensively (including Eric A. “Other” Meyer and CSS Zen Garden (which requires browser compatability as a rule for all designs).
May 23rd, 2006 at 7:07 pm
Two good-looking sites (though that cup o beans on the front page of Abby’s is a little overwhelming :-> ).
Eric, According to this site all the major browsers have full support for position:absolute;. It’s only position:fixed; that has trouble in IE6.