Website for a photographer
Website for a photographer
New website for a photographer has been released today:
http://www.gertpaassenfotografie.nl/
This time I finally made my 100% xhtml valid website , yes yes! Thanks go to OG for the great CMS! I used version 1.2.8, no problems reported here.
Regards, groeten,
Vuurvos
http://www.gertpaassenfotografie.nl/
This time I finally made my 100% xhtml valid website , yes yes! Thanks go to OG for the great CMS! I used version 1.2.8, no problems reported here.
Regards, groeten,
Vuurvos
-- Vuurvos --
Nice work!!!
Light and not out of the box - thumbs up!!
Replace in structure levels the "&" with "&" and the site is valide.
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
--------------------------------------------------------
templates -> http://www.128.weitzelmedia.de
planepix -> http://www.planepix.de
XING -> https://www.xing.com/profile/Thomas_Weitzel3
- Klappstuhl28
- Posts: 833
- Joined: Fri 4. Mar 2005, 01:58
- Location: Hamburg
- Contact:
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
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 -
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 -
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 .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.
-- Vuurvos --
-
- Posts: 28
- Joined: Wed 18. Oct 2006, 15:07
- Location: Montevideo - Uruguay
You can solve that problem in FF setting the height to 0 and adding a padding and the overflow property:
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
a.mainmenu_home {
height: 0;
padding-top: 10px; /* same that original height */
overflow: hidden;
....
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;
}
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
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