Fitness

fischstäbchenbrenner

Interesting thing, especially for SEOs:
Some people say, that Google has invented an own browser (chrome) to find out hidden text, by rendering a page with a real browser engine. If so, the pages would be hidden text completely - depending on how javascript is working. Without Javascript the pages are empty.

Seems that Google lists parts of the site. Was there another version before?

(Tippfehler auf personal-training/fit-fuerrsquos-leben.php: "Meine Name ist Eva Maletic")

PurpleEdge

Thank you!

So simple and elegant!

chekka

Check the source (o:

OK, I tell you. ...

HTML: #main div contains all content

<body>
<div id="main">


CSS: logo as centered background. invisible #main div


body { background: #ecf4f4 url(../images/logo.gif) no-repeat fixed center center; }
#main { display:none }


JS: #main div fades in on pageload

$('#main').fadeIn(1000);
Die verstehen sehr wenig, die nur das verstehen, was sich erklären läßt.   
Marie von Ebner-Eschenbach, östr. Schriftstellerin (1830-1916)

PurpleEdge

This is a very nice design!

I don't know if I like the transition effect between pages - but I would love if you could explain how you did it?  :lol:

crnogorac081

I like all the sites, and specially at this one when you click on link to display logo :)

good work

cheers,
Ivan
Web developer

chekka

Die verstehen sehr wenig, die nur das verstehen, was sich erklären läßt.   
Marie von Ebner-Eschenbach, östr. Schriftstellerin (1830-1916)