Page 1 of 1

portfolio from a greek wildlife artist

Posted: Tue Feb 20, 2007 6:08 pm
by neophron
Hi,

I designed a portfolio dougalis-art.com/ from a greek Illustrator who resides in Bavaria.

neophron

Re: portfolio from a greek wildlife artist

Posted: Tue Feb 20, 2007 9:54 pm
by Dee
Very nicely done. Beautiful portfolio and art inside.
There's no obvious improvement possibilities I can think of.

I was wondering how you did the changing header - is that right part (the "vertical" header so to say) created dynamically (using TruetypeText module)?

Regards,
D

Re: portfolio from a greek wildlife artist

Posted: Wed Feb 21, 2007 9:35 am
by neophron
Hi,

this is only CSS, I created for every main page a template with its own body id. For example the first page has an id body id="start", in the css file I wrote:
body#start h1{background-image: url(images/h1-index.jpg);} Every page has its own file.
For some reason I didn't used the technik of image replacement. The h1 has a size of .1em and color: #fff;

This site has some good explanations: http://www.mezzoblue.com/tests/revised-image-replacement/

neophron