Website for a photographer

post released sites here made with phpwcms
Post Reply
ff123
Posts: 172
Joined: Thu 9. Jun 2005, 20:03
Location: The Netherlands
Contact:

Website for a photographer

Post by ff123 »

New website for a photographer has been released today:
http://www.gertpaassenfotografie.nl/

This time I finally made my 100% xhtml valid website :D , yes yes! Thanks go to OG for the great CMS! I used version 1.2.8, no problems reported here.

Regards, groeten,
Vuurvos
-- Vuurvos --
User avatar
sustia
Posts: 651
Joined: Fri 2. Apr 2004, 22:29
Location: Lecce (Italy)
Contact:

Post by sustia »

I like it, clear and with a nice background :)

Good work!
Campeones del mundo!
Vegetables!
cyrano
Posts: 1598
Joined: Sat 31. Jan 2004, 18:33
Location: Stuttgart
Contact:

Post by cyrano »

Nice work!!!

Light and not out of the box - thumbs up!!

Replace in structure levels the "&" with "&" and the site is valide.
Gruß/ regards cyrano
--------------------------------------------------------
templates -> http://www.128.weitzelmedia.de
planepix -> http://www.planepix.de
XING -> https://www.xing.com/profile/Thomas_Weitzel3
ff123
Posts: 172
Joined: Thu 9. Jun 2005, 20:03
Location: The Netherlands
Contact:

Post by ff123 »

Thanks for the replies.
Credits also are going to fellchen for the flash hack, showing images in flash format now.
-- Vuurvos --
User avatar
Klappstuhl28
Posts: 833
Joined: Fri 4. Mar 2005, 01:58
Location: Hamburg
Contact:

Post by Klappstuhl28 »

Hi ff123,

small and beautiful. Even the wallpaper fits.
Funny is when i click on a header link i
get a "frame" to the left end of the
browser window in FF on 2000.

Anyway, i like it
Lars

Don't say you don't have enough time. You have exactly the same number of hours per day that were given to Helen Keller, Pasteur, Michaelangelo, Mother Teresa, Leonardo da Vinci, Thomas Jefferson, and Albert Einstein. - H. Jackson Brown -
ff123
Posts: 172
Joined: Thu 9. Jun 2005, 20:03
Location: The Netherlands
Contact:

Post by ff123 »

Klappstuhl28 wrote:Hi ff123,
Funny is when i click on a header link i
get a "frame" to the left end of the
browser window in FF on 2000.
I had set text indent -9999 to display menu items for search engines. But it gave problems in some browsers. Anyway I removed it, bad luck for google :wink: .
-- Vuurvos --
chico_html
Posts: 28
Joined: Wed 18. Oct 2006, 15:07
Location: Montevideo - Uruguay

Post by chico_html »

You can solve that problem in FF setting the height to 0 and adding a padding and the overflow property:

Code: Select all

a.mainmenu_home {
	height: 0;
	padding-top: 10px; /* same that original height */
	overflow: hidden;
	....
Remember to remove text-indent.

Because the height is 0, the text won't be shown, but will be accesible by Google and for others devices (readers and browsers without styles support)

Due to the Box Model, IE5 will show both the text and the image (and the height will be 20px). To solve that you have to use a hack :(
i.e.

Code: Select all

* html a.mainmenu_home {
	height: 10px;
	he\ight: 0;
}
User avatar
360fusion
Posts: 120
Joined: Wed 30. Aug 2006, 01:15
Location: Yarm, UK
Contact:

Post by 360fusion »

Great site,

nice, clean and very stylish. Great use of css.

I like the text size feature. How did you do that? I've looked into it in the forum but haven't managed to find a way to do it properly.

http://www.phpwcms.de/forum/viewtopic.p ... nd&start=0

Using information in this thread i can get it to work by switching stylesheets but once i navigate to another page it goes back to the default stylesheet. plus it doesn't work with url rewrite on.

Can you tell me the way you did it?

Ben
ff123
Posts: 172
Joined: Thu 9. Jun 2005, 20:03
Location: The Netherlands
Contact:

Post by ff123 »

Here is the link about css switch:
http://www.phpwcms.de/forum/viewtopic.php?p=64052#64052

vuurvos
-- Vuurvos --
Post Reply