Hi,
I designed a portfolio dougalis-art.com/ from a greek Illustrator who resides in Bavaria.
neophron
portfolio from a greek wildlife artist
Re: portfolio from a greek wildlife artist
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
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
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
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