hannah gerig web portfolio

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.

3 Responses to “hannah gerig web portfolio”

  1. mennonot Says:

    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…

  2. eric Says:

    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).

  3. carl Says:

    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.